Skip to content

Commit 2b01972

Browse files
authored
Fix a confusing log message (#910)
1 parent 9b5df10 commit 2b01972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codemodder/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def setup_openai_llm_client() -> OpenAI | None:
9494
def setup_azure_llama_llm_client() -> ChatCompletionsClient | None:
9595
"""Configure the Azure Llama LLM client."""
9696
if not ChatCompletionsClient:
97-
logger.info("Azure API client not available")
97+
logger.info("Azure Llama client not available")
9898
return None
9999

100100
azure_llama_key = os.getenv("CODEMODDER_AZURE_LLAMA_API_KEY")

0 commit comments

Comments
 (0)