mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fixes for anthropic codex support
This commit is contained in:
parent
bce27fc151
commit
d32b3fd91a
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
model_list:
|
model_list:
|
||||||
- model_name: fake-openai-endpoint
|
- model_name: openai/*
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: openai/fake
|
model: openai/*
|
||||||
api_key: fake-key
|
- model_name: anthropic/*
|
||||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
litellm_params:
|
||||||
|
model: anthropic/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue