We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e808c7 commit 8fe7be6Copy full SHA for 8fe7be6
packages/indexer/src/plugins/openai.ts
@@ -12,7 +12,7 @@ export type OpenAiService = {
12
};
13
14
15
-const AZURE_OPENAI_API_VERSION = '2023-05-15';
+const AZURE_OPENAI_API_VERSION = '2024-02-01';
16
const AZURE_COGNITIVE_SERVICES_AD_SCOPE = 'https://cognitiveservices.azure.com/.default';
17
18
export default fp(
packages/search/src/plugins/openai.ts
@@ -13,7 +13,7 @@ export type OpenAiService = {
19
0 commit comments