Engel Nyst 1 год назад
Родитель
Сommit
0ea5dcc781
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      openhands/core/logger.py

+ 0 - 3
openhands/core/logger.py

@@ -12,9 +12,6 @@ LOG_LEVEL = os.getenv('LOG_LEVEL', 'INFO').upper()
 DEBUG = os.getenv('DEBUG', 'False').lower() in ['true', '1', 'yes']
 if DEBUG:
     LOG_LEVEL = 'DEBUG'
-    import litellm
-
-    litellm.set_verbose = True
 
 LOG_TO_FILE = os.getenv('LOG_TO_FILE', 'False').lower() in ['true', '1', 'yes']
 DISABLE_COLOR_PRINTING = False