forked from phoenix/litellm-mirror
(fix) default config users use on startup
This commit is contained in:
parent
53c67d302a
commit
ab48edca78
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
model_list:
|
model_list:
|
||||||
|
# NOTE: This is the default config users use with Dockerfile.
|
||||||
|
# DO not expect users to pass os.environ/<> vars here, this will lead to proxy startup failing for them if they don't have the expected env vars
|
||||||
- model_name: gpt-3.5-turbo
|
- model_name: gpt-3.5-turbo
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: azure/chatgpt-v-2
|
model: azure/chatgpt-v-2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue