mirror of
https://github.com/open-webui/pipelines
synced 2025-05-31 18:48:10 +00:00
Fix model string name
This commit is contained in:
parent
42f192e1ac
commit
79da20ad20
@ -40,7 +40,7 @@ class Pipeline:
|
||||
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
|
||||
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
|
||||
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
|
||||
{"id": "claude-3.5-sonnet-20240620", "name": "claude-3.5-sonnet"},
|
||||
{"id": "claude-3-5-sonnet-20240620", "name": "claude-3.5-sonnet"},
|
||||
# Add other Anthropic models here as they become available
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user