blob: a0399c0952c8aadc42eaa44c251a06e90989a3a5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
|
model_list:
- model_name: gpt-4o
litellm_params:
model: openai/gpt-4o
api_base: https://exampleopenaiendpoint-production.up.railway.app/
- model_name: fake-anthropic-endpoint
litellm_params:
model: anthropic/fake
api_base: https://exampleanthropicendpoint-production.up.railway.app/
|