mirror of
https://github.com/open-webui/pipelines
synced 2025-05-24 22:14:13 +00:00
🆕[Anthropic] Add new Claude 4 Sonnet & Opus
This commit is contained in:
parent
b955a8fab3
commit
ba663e263c
@ -64,6 +64,8 @@ class Pipeline:
|
|||||||
{"id": "claude-3-5-haiku-20241022", "name": "claude-3.5-haiku"},
|
{"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-5-sonnet-20241022", "name": "claude-3.5-sonnet"},
|
||||||
{"id": "claude-3-7-sonnet-20250219", "name": "claude-3.7-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):
|
async def on_startup(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user