Skip to content

Commit

Permalink
small fix, run test
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Lee <[email protected]>
  • Loading branch information
dave-gray101 committed Sep 17, 2024
1 parent f551ca4 commit 9519c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/http/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ var _ = Describe("API test", func() {

go app.Listen("127.0.0.1:9090")

defaultConfig := openai.DefaultConfig("")
defaultConfig := openai.DefaultConfig(apiKey)
defaultConfig.BaseURL = "http://127.0.0.1:9090/v1"

client2 = openaigo.NewClient("")
Expand Down

0 comments on commit 9519c51

Please sign in to comment.