mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #3699 from msabramo/msabramo/add_commented_out_set_verbose_line_to_proxy_server_config
Add commented `set_verbose` line to proxy_config
This commit is contained in:
commit
907ee2acbd
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ model_list:
|
|||
litellm_params:
|
||||
model: text-completion-openai/gpt-3.5-turbo-instruct
|
||||
litellm_settings:
|
||||
# set_verbose: True # Uncomment this if you want to see verbose logs; not recommended in production
|
||||
drop_params: True
|
||||
# max_budget: 100
|
||||
# budget_duration: 30d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue