mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test_anthropic_messages_with_all_beta_headers
This commit is contained in:
parent
add3183308
commit
55a78e564d
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ def get_all_supported_anthropic_beta_headers(provider: str):
|
|||
"model_name,provider_name",
|
||||
[
|
||||
("claude-sonnet-4-5-20250929", "anthropic"),
|
||||
("azure-ai-claude-opus-4.5", "azure_ai"),
|
||||
("vertex-ai-claude-opus-4-6", "vertex_ai"),
|
||||
],
|
||||
)
|
||||
async def test_anthropic_messages_with_all_beta_headers(model_name, provider_name):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue