Jelajahi Sumber

revert enabling litellm verbose mode from testing (#3750)

tobitege 1 tahun lalu
induk
melakukan
57187417b7
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      openhands/llm/llm.py

+ 0 - 2
openhands/llm/llm.py

@@ -92,8 +92,6 @@ class LLM:
             RateLimitError,
             RateLimitError,
         )
         )
 
 
-        litellm.set_verbose = True
-
         # Set the max tokens in an LM-specific way if not set
         # Set the max tokens in an LM-specific way if not set
         if self.config.max_input_tokens is None:
         if self.config.max_input_tokens is None:
             if (
             if (