diff --git a/tests/test_anthropic.py b/tests/test_anthropic.py index 8235c9b..ec30111 100644 --- a/tests/test_anthropic.py +++ b/tests/test_anthropic.py @@ -269,7 +269,7 @@ def test_tools_create(session, anthropic_model): ] message = client.messages.create( - model="claude-3-opus-20240229", + model=anthropic_model, max_tokens=1024, messages=[user_message], tools=tools,