mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feat/deepseek chat node (#3732)
* Feat: Add deepseek models to components configuration * Feat: Implement Deepseek API integration with chat models and add SVG icon * Refactor: Remove image input options and add missing baseOptions in deepseek chat node
This commit is contained in:
@@ -572,6 +572,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deepseek",
|
||||
"models": [
|
||||
{
|
||||
"label": "deepseek-chat",
|
||||
"name": "deepseek-chat"
|
||||
},
|
||||
{
|
||||
"label": "deepseek-coder",
|
||||
"name": "deepseek-coder"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chatOpenAI",
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user