ffreemt commited on
Commit
5931289
·
1 Parent(s): 9e1a125

Update litellm_settings: drop_params: true

Browse files
Files changed (1) hide show
  1. config.yaml +1 -0
config.yaml CHANGED
@@ -76,6 +76,7 @@ litellm_settings:
76
  fallbacks: [{"gemini-1.5-pro": ["gemini-1.5-flash"]}]
77
  allowed_fails: 3 # cooldown model if it fails > 1 call in a minute.
78
  cooldown_time: 30 # how long to cooldown model if fails/min > allowed_fails
 
79
 
80
  general_settings:
81
  master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
 
76
  fallbacks: [{"gemini-1.5-pro": ["gemini-1.5-flash"]}]
77
  allowed_fails: 3 # cooldown model if it fails > 1 call in a minute.
78
  cooldown_time: 30 # how long to cooldown model if fails/min > allowed_fails
79
+ drop_params: true
80
 
81
  general_settings:
82
  master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)