We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9897151 commit e5b561cCopy full SHA for e5b561c
.docker/dev/litellm-config.yaml
@@ -21,7 +21,7 @@ model_list:
21
22
# LiteLLM Settings
23
litellm_settings:
24
- drop_params: false # Log all parameters to see max_tokens
+ drop_params: true # Drop unsupported params to avoid errors
25
request_timeout: 30
26
num_retries: 3
27
fallbacks: []
0 commit comments