Merge pull request #519 from thomasdelorge/20250522-claude4
Some checks failed
Create and publish Docker images with specific build args / build-main-image (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (push) Has been cancelled
Create and publish Docker images with specific build args / build-minimum-image (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-minimum-images (push) Has been cancelled

🆕[Anthropic] Add new Claude 4 Sonnet & Opus
This commit is contained in:
Tim Jaeryang Baek 2025-05-22 22:46:22 +04:00 committed by GitHub
commit adec65727e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,8 @@ class Pipeline:
{"id": "claude-3-5-haiku-20241022", "name": "claude-3.5-haiku"},
{"id": "claude-3-5-sonnet-20241022", "name": "claude-3.5-sonnet"},
{"id": "claude-3-7-sonnet-20250219", "name": "claude-3.7-sonnet"},
{"id": "claude-opus-4-20250514", "name": "claude-4-opus"},
{"id": "claude-sonnet-4-20250514", "name": "claude-4-sonnet"},
]
async def on_startup(self):