mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 07:30:47 +00:00
Add claude-3-7-sonnet-20250219 Model
Added support for the latest Claude-3-7-Sonnet model (version 20250219) from Anthropic in the OpenWebUI pipeline.
This commit is contained in:
parent
dc18bdd5e2
commit
afde1aafb0
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user