Skip to content

Commit

Permalink
fix openai org id case
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Macias committed Nov 10, 2023
1 parent bcd1005 commit e9caac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/llms/openai_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func ConfigureOpenAIClientOptions(options []openai.Option, cfg *config.Config, c
if openAIOrgID != "" {
options = append(
options,
openai.WithBaseURL(openAIOrgID),
openai.WithOrganization(openAIOrgID),
)
}

Expand Down

0 comments on commit e9caac6

Please sign in to comment.