mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Add commented set_verbose line to proxy_config
because I've wanted to do this a couple of times and couldn't remember the exact syntax.
This commit is contained in:
parent
b170259a88
commit
83c242bbb3
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ model_list:
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: text-completion-openai/gpt-3.5-turbo-instruct
|
model: text-completion-openai/gpt-3.5-turbo-instruct
|
||||||
litellm_settings:
|
litellm_settings:
|
||||||
|
# set_verbose: True # Uncomment this if you want to see verbose logs; not recommended in production
|
||||||
drop_params: True
|
drop_params: True
|
||||||
# max_budget: 100
|
# max_budget: 100
|
||||||
# budget_duration: 30d
|
# budget_duration: 30d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue