Skip to content

Commit

Permalink
#29: remove provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger12 committed Dec 26, 2023
1 parent 906df8d commit 19e8f46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/providers/openai/openai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ func TestOpenAIClient(t *testing.T) {
_ = t

fakeData := providers.UnifiedAPIData{
Provider: "openai",
Model: "gpt-3.5-turbo",
APIKey: os.Getenv("openai"),
Params: map[string]interface{}{
Expand Down
1 change: 0 additions & 1 deletion pkg/providers/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ var HTTPClient = &http.Client{
}

type UnifiedAPIData struct {
Provider string `json:"provider"`
Model string `json:"model"`
APIKey string `json:"api_key"`
Params map[string]interface{} `json:"params"`
Expand Down

0 comments on commit 19e8f46

Please sign in to comment.