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 9b5df10 commit 2b01972Copy full SHA for 2b01972
src/codemodder/llm.py
@@ -94,7 +94,7 @@ def setup_openai_llm_client() -> OpenAI | None:
94
def setup_azure_llama_llm_client() -> ChatCompletionsClient | None:
95
"""Configure the Azure Llama LLM client."""
96
if not ChatCompletionsClient:
97
- logger.info("Azure API client not available")
+ logger.info("Azure Llama client not available")
98
return None
99
100
azure_llama_key = os.getenv("CODEMODDER_AZURE_LLAMA_API_KEY")
0 commit comments