(ci/cd) use fake-openai-endpoint in docker builds

This commit is contained in:
ishaan-jaff 2024-03-13 14:57:41 -07:00
parent 8a886c6e93
commit 788583a737

View file

@ -33,6 +33,10 @@ model_list:
- model_name: openai-dall-e-3
litellm_params:
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:
drop_params: True