Skip to content

Commit

Permalink
Checking to see if the api key is getting lost
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Feb 20, 2025
1 parent 91fe248 commit 0448979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openhands/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def __init__(
'temperature'
) # temperature is not supported for reasoning models

logger.info(f'TRACE:LLM_CONFIG:{self.config.api_key}:{self.config}')

self._completion = partial(
litellm_completion,
model=self.config.model,
Expand Down

0 comments on commit 0448979

Please sign in to comment.