mirror of
https://github.com/open-webui/pipelines
synced 2025-05-31 18:48:10 +00:00
Including Deepseek R1
Just added support to recent `deepseek-reasoner`
This commit is contained in:
parent
7a8fff76b2
commit
3eb2d0afc6
@ -44,6 +44,7 @@ class Pipeline:
|
||||
def get_deepseek_models(self):
|
||||
return [
|
||||
{"id": "deepseek-chat", "name": "DeepSeek Chat"},
|
||||
{"id": "deepseek-reasoner", "name": "DeepSeek R1"},
|
||||
]
|
||||
|
||||
async def on_startup(self):
|
||||
|
Loading…
Reference in New Issue
Block a user