Skip to content

Commit

Permalink
move log
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Feb 6, 2025
1 parent 930421e commit 1a1594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemodder/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def __getattr__(self, name):
def setup_openai_llm_client() -> OpenAI | None:
"""Configure either the Azure OpenAI LLM client or the OpenAI client, in that order."""
if not AzureOpenAI:
return None
logger.info("Azure OpenAI API client not available")
return None

azure_openapi_key = os.getenv("CODEMODDER_AZURE_OPENAI_API_KEY")
azure_openapi_endpoint = os.getenv("CODEMODDER_AZURE_OPENAI_ENDPOINT")
Expand Down

0 comments on commit 1a1594a

Please sign in to comment.