Skip to content

Commit e60d36d

Browse files
committed
fix: model when running local
1 parent ec263f0 commit e60d36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-api/scripts/update-local-settings.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ console.log('Setting Azure AI service values...');
2828
settings = {
2929
...settings,
3030
AZURE_OPENAI_API_ENDPOINT: process.env.AZURE_OPENAI_API_ENDPOINT,
31-
AZURE_OPENAI_MODEL: process.env.AZURE_OPENAI_API_DEPLOYMENT_NAME,
31+
AZURE_OPENAI_MODEL: process.env.AZURE_OPENAI_MODEL,
3232
};
3333

3434
console.log('Setting Cosmos DB service values...');

0 commit comments

Comments
 (0)