Skip to content

Commit

Permalink
fix: remove default scope config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Dec 31, 2024
1 parent 1e00231 commit c051dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/midscene/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const allConfigFromEnv = () => {
[MIDSCENE_USE_AZURE_OPENAI]:
process.env[MIDSCENE_USE_AZURE_OPENAI] || undefined,
[MIDSCENE_AZURE_OPENAI_SCOPE]:
process.env[MIDSCENE_AZURE_OPENAI_SCOPE] ||
'https://cognitiveservices.azure.com/.default',
process.env[MIDSCENE_AZURE_OPENAI_SCOPE] || undefined,
[MIDSCENE_AZURE_OPENAI_INIT_CONFIG_JSON]:
process.env[MIDSCENE_AZURE_OPENAI_INIT_CONFIG_JSON] || undefined,
[MIDSCENE_USE_ANTHROPIC_SDK]:
Expand Down

0 comments on commit c051dd1

Please sign in to comment.