Including Deepseek R1

Just added support to recent `deepseek-reasoner`
This commit is contained in:
mbeltagy 2025-01-22 09:45:26 +02:00 committed by GitHub
parent 7a8fff76b2
commit 3eb2d0afc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):