Skip to content

Commit

Permalink
Model was different.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Park committed Jan 8, 2024
1 parent ce246e6 commit dcaa850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/ai/azopenai/client_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ func initEnvVars() {

openAI.Vision = azureOpenAI.Vision

azureOpenAI.Completions = "gpt-35-turbo"
openAI.Completions = "gpt-35-turbo"
azureOpenAI.Completions = "gpt-35-turbo-instruct"
openAI.Completions = "gpt-3.5-turbo-instruct"

azureOpenAI.ChatCompletions = "gpt-35-turbo-0613"
azureOpenAI.ChatCompletionsLegacyFunctions = "gpt-4-0613"
Expand Down

0 comments on commit dcaa850

Please sign in to comment.