forked from phoenix/litellm-mirror
(fix) fake openai endpoint
This commit is contained in:
parent
acd8f7b48c
commit
d28145f916
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ model_list:
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: openai/fake
|
model: openai/fake
|
||||||
api_key: fake-key
|
api_key: fake-key
|
||||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/chat/completions/
|
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||||
|
|
||||||
litellm_settings:
|
litellm_settings:
|
||||||
drop_params: True
|
drop_params: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue