mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #641] [MERGED] feat: add tongyi speech2text model and qwq-max model #1471
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/641
Author: @xuegao-tzx
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @crazywoola
Base:
main← Head:feature/add_tongyi_model📝 Commits (3)
955f3b0feat: add tongyi speech2text model and qwq-max modeld09f0a5Merge branch 'langgenius:main' into feature/add_tongyi_modelec16401feat: add gte-rerank-v2📊 Changes
13 files changed (+267 additions, -28 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)📝
models/tongyi/models/llm/_position.yaml(+2 -0)📝
models/tongyi/models/llm/llm.py(+43 -16)➕
models/tongyi/models/llm/qwq-max-latest.yaml(+49 -0)➕
models/tongyi/models/llm/qwq-max.yaml(+49 -0)📝
models/tongyi/models/rerank/_position.yaml(+1 -0)➕
models/tongyi/models/rerank/gte-rerank-v2.yaml(+4 -0)➕
models/tongyi/models/speech2text/__init__.py(+0 -0)➕
models/tongyi/models/speech2text/paraformer-v1.yaml(+9 -0)➕
models/tongyi/models/speech2text/paraformer-v2.yaml(+9 -0)➕
models/tongyi/models/speech2text/speech2text.py(+83 -0)📝
models/tongyi/provider/tongyi.yaml(+13 -8)📝
models/tongyi/requirements.txt(+4 -3)📄 Description
Related Issue or Context
Support Tongyi QwQ-Max model and speech-to-text model
Type of Change
Version Control (if applicable)
Versionfield, not in Meta section)Test Evidence (if applicable)
Screenshots or Video/GIF:
Environment Verification
Local Deployment Environment
Local Deployment Dify Version:
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.