Skip to content

Commit

Permalink
revert enabling litellm verbose mode from testing (All-Hands-AI#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobitege authored Sep 5, 2024
1 parent 03b5b03 commit 5718741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openhands/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def __init__(
RateLimitError,
)

litellm.set_verbose = True

# Set the max tokens in an LM-specific way if not set
if self.config.max_input_tokens is None:
if (
Expand Down

0 comments on commit 5718741

Please sign in to comment.