mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 06:25:04 +00:00
fix(anthropic.py): fix translation from /v1/messages format to openai format
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
model_list:
|
||||
- model_name: "gpt-4"
|
||||
- model_name: "claude-3-5-sonnet-20240620"
|
||||
litellm_params:
|
||||
model: "gpt-4"
|
||||
api_key: "bad_key"
|
||||
- model_name: "gpt-4o"
|
||||
litellm_params:
|
||||
model: "gpt-4o"
|
||||
model: "claude-3-5-sonnet-20240620"
|
||||
|
||||
litellm_settings:
|
||||
max_internal_user_budget: 0.001
|
||||
|
||||
Reference in New Issue
Block a user