|
@@ -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 (
|