mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(tests): update deprecated Anthropic model in test_user_model_access (#21826)
* fix(tests): clear _async_success_callback in vertex fine-tune mocked tests to prevent Datadog interference * fix(tests): update deprecated claude-3-5-haiku-20241022 to claude-haiku-4-5-20251001
This commit is contained in:
parent
a1ead765ed
commit
56a095a079
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ async def test_user_model_access():
|
|||
await chat_completion(
|
||||
session=session,
|
||||
key=key,
|
||||
model="anthropic/claude-3-5-haiku-20241022",
|
||||
model="anthropic/claude-haiku-4-5-20251001",
|
||||
)
|
||||
|
||||
await chat_completion(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue