fix azure LLM key (#2769)

This commit is contained in:
Rajaie AlKorani
2025-06-22 23:11:33 -04:00
committed by GitHub
parent 99630626ed
commit 35c30d1a4a

View File

@@ -120,7 +120,7 @@ def setup_llm_providers() -> None:
update_or_add_env_var("AZURE_API_BASE", azure_api_base)
update_or_add_env_var("AZURE_API_VERSION", azure_api_version)
update_or_add_env_var("ENABLE_AZURE", "true")
model_options.append("AZURE_OPENAI_GPT4O")
model_options.append("AZURE_OPENAI")
else:
update_or_add_env_var("ENABLE_AZURE", "false")