There was an error while loading. Please reload this page.
1 parent 1fb5174 commit 7c86562Copy full SHA for 7c86562
giskard/llm/client/__init__.py
@@ -37,7 +37,7 @@ def get_default_llm_api() -> str:
37
if _default_llm_api is None:
38
_default_llm_api = os.getenv(
39
"GSK_LLM_API",
40
- "azure" if "AZURE_OPENAI_API_KEY" in os.environ else "groq" if "GROQ_API_KEY" in os.environ else "openai",
+ "azure" if "AZURE_OPENAI_API_KEY" in os.environ else "openai",
41
).lower()
42
43
if _default_llm_api not in {"azure", "openai", "groq"}:
0 commit comments