Skip to content

Commit 1a1594a

Browse files
committed
move log
1 parent 930421e commit 1a1594a

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
@@ -63,8 +63,8 @@ def __getattr__(self, name):
6363
def setup_openai_llm_client() -> OpenAI | None:
6464
"""Configure either the Azure OpenAI LLM client or the OpenAI client, in that order."""
6565
if not AzureOpenAI:
66-
return None
6766
logger.info("Azure OpenAI API client not available")
67+
return None
6868

6969
azure_openapi_key = os.getenv("CODEMODDER_AZURE_OPENAI_API_KEY")
7070
azure_openapi_endpoint = os.getenv("CODEMODDER_AZURE_OPENAI_ENDPOINT")

0 commit comments

Comments
 (0)