forked from phoenix/litellm-mirror
fix(main.py): fix translation to text_completions format for async text completion calls
This commit is contained in:
parent
89471ba4c5
commit
c0204310ee
3 changed files with 41 additions and 9 deletions
|
@ -45,8 +45,8 @@ model_list:
|
|||
|
||||
litellm_settings:
|
||||
drop_params: True
|
||||
max_budget: 100
|
||||
budget_duration: 30d
|
||||
# max_budget: 100
|
||||
# budget_duration: 30d
|
||||
num_retries: 5
|
||||
request_timeout: 600
|
||||
telemetry: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue