Add Claude 3.7

Added support for Antropic's new Claude 3.7 thinking model
This commit is contained in:
James Ononogbu 2025-02-25 00:18:50 +01:00 committed by GitHub
parent dc18bdd5e2
commit af7cf8e1d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ class Pipeline:
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
{"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"},
]
async def on_startup(self):