edit dev config.yaml

This commit is contained in:
Ishaan Jaff 2024-05-11 13:24:59 -07:00
parent b8c7bbcb9f
commit 31cb1be279

View file

@ -4,6 +4,12 @@ model_list:
model: openai/fake
api_key: fake-key
api_base: https://exampleopenaiendpoint-production.up.railway.app/
- model_name: llama3
litellm_params:
model: groq/llama3-8b-8192
- model_name: gpt-3.5-turbo
litellm_params:
model: gpt-3.5-turbo
- model_name: "*"
litellm_params:
model: openai/*