mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #246] [CLOSED] feat: add new model configs for deepseek and update TTS models #1213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/246
Author: @senseb
Created: 2/23/2025
Status: ❌ Closed
Base:
main← Head:llm-changes2📝 Commits (2)
7541135update janus-pro3c00eb6feat: add new model configs for deepseek and update TTS models📊 Changes
15 files changed (+357 additions, -23 deletions)
View changed files
📝
models/siliconflow/models/llm/_position.yaml(+18 -14)➕
models/siliconflow/models/llm/deepseek-r1-pro.yaml(+21 -0)📝
models/siliconflow/models/llm/deepseek-r1.yaml(+2 -2)➕
models/siliconflow/models/llm/deepseek-v3-pro.yaml(+53 -0)📝
models/siliconflow/models/llm/llm.py(+2 -2)➕
models/siliconflow/models/tts/cosyvoice2-0.5b.yaml(+38 -0)📝
models/siliconflow/models/tts/fish-speech-1.4.yaml(+2 -2)➕
models/siliconflow/models/tts/fish-speech-1.5.yaml(+37 -0)➕
models/siliconflow/models/tts/gpt-sovits.yaml(+38 -0)📝
tools/siliconflow/provider/siliconflow.yaml(+3 -1)📝
tools/siliconflow/tools/flux.yaml(+1 -1)➕
tools/siliconflow/tools/janus-pro.py(+33 -0)➕
tools/siliconflow/tools/janus-pro.yaml(+51 -0)📝
tools/siliconflow/tools/stable_diffusion.yaml(+1 -1)➕
tools/siliconflow/tools/video.yaml(+57 -0)📄 Description
feat: add new model configs for deepseek and update TTS models
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.