forked from phoenix/litellm-mirror
(ci/cd) use fake-openai-endpoint in docker builds
This commit is contained in:
parent
8a886c6e93
commit
788583a737
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ model_list:
|
||||||
- model_name: openai-dall-e-3
|
- model_name: openai-dall-e-3
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: dall-e-3
|
model: dall-e-3
|
||||||
|
- model_name: fake-openai-endpoint
|
||||||
|
litellm_params:
|
||||||
|
model: openai/fake
|
||||||
|
api_base: https://exampleopenaiendpoint-production.up.railway.app/chat/completions/
|
||||||
|
|
||||||
litellm_settings:
|
litellm_settings:
|
||||||
drop_params: True
|
drop_params: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue