mirror of
https://github.com/open-webui/pipelines
synced 2025-06-04 03:47:04 +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):
|
def get_deepseek_models(self):
|
||||||
return [
|
return [
|
||||||
{"id": "deepseek-chat", "name": "DeepSeek Chat"},
|
{"id": "deepseek-chat", "name": "DeepSeek Chat"},
|
||||||
|
{"id": "deepseek-reasoner", "name": "DeepSeek R1"},
|
||||||
]
|
]
|
||||||
|
|
||||||
async def on_startup(self):
|
async def on_startup(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user