Browse Source

revert enabling litellm verbose mode from testing (#3750)

tobitege 1 year ago
parent
commit
57187417b7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      openhands/llm/llm.py

+ 0 - 2
openhands/llm/llm.py

@@ -92,8 +92,6 @@ class LLM:
             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 (