Skip to content

Commit

Permalink
#24: Refactor configList initialization in buildApiReq.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger12 committed Dec 15, 2023
1 parent c7a9329 commit 02669d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/buildApiReq.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ import (
"reflect"
)


// Initialize configList

var configList = map[string]interface{}{
"openai": openai.OpenAIConfig,
}


func DefinePayload(payload []byte) (interface{}, error) {

// Define a map to hold the JSON data
Expand Down

0 comments on commit 02669d8

Please sign in to comment.