Skip to content

Commit

Permalink
Change default api version
Browse files Browse the repository at this point in the history
  • Loading branch information
punitda committed Nov 3, 2024
1 parent ec8a910 commit 42ac81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const getModelConfig = (
azureOpenAIApiDeploymentName:
process.env.AZURE_OPENAI_API_DEPLOYMENT_NAME || "",
azureOpenAIApiVersion:
process.env.AZURE_OPENAI_API_VERSION || "2024-02-01",
process.env.AZURE_OPENAI_API_VERSION || "2024-08-01-preview",
},
};
}
Expand Down

0 comments on commit 42ac81c

Please sign in to comment.