Upgrade Claude 3.5 snapshot to a version with computer use support

This commit is contained in:
James Murdza
2025-08-19 11:38:52 -04:00
parent da9abc2ad8
commit 9a4c7215d8
11 changed files with 14 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ if __name__ == "__main__":
### Anthropic Claude (Computer Use API)
```python
model="anthropic/claude-3-5-sonnet-20241022"
model="anthropic/claude-3-5-sonnet-20240620"
model="anthropic/claude-3-7-sonnet-20250219"
model="anthropic/claude-opus-4-20250514"
model="anthropic/claude-sonnet-4-20250514"
```