Skip to content

Commit

Permalink
Update test_anthropic to use anthropic model instead of hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
kxtran committed Jun 21, 2024
1 parent bfe5642 commit a964b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a964b66

Please sign in to comment.