We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec263f0 commit e60d36dCopy full SHA for e60d36d
packages/agent-api/scripts/update-local-settings.mjs
@@ -28,7 +28,7 @@ console.log('Setting Azure AI service values...');
28
settings = {
29
...settings,
30
AZURE_OPENAI_API_ENDPOINT: process.env.AZURE_OPENAI_API_ENDPOINT,
31
- AZURE_OPENAI_MODEL: process.env.AZURE_OPENAI_API_DEPLOYMENT_NAME,
+ AZURE_OPENAI_MODEL: process.env.AZURE_OPENAI_MODEL,
32
};
33
34
console.log('Setting Cosmos DB service values...');
0 commit comments