mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: add TTS support for SILICONFLOW. (#6264)
### What problem does this PR solve? #6244 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -143,6 +143,7 @@ from .tts_model import (
|
||||
SparkTTS,
|
||||
XinferenceTTS,
|
||||
GPUStackTTS,
|
||||
SILICONFLOWTTS
|
||||
)
|
||||
|
||||
EmbeddingModel = {
|
||||
@ -278,4 +279,5 @@ TTSModel = {
|
||||
"XunFei Spark": SparkTTS,
|
||||
"Xinference": XinferenceTTS,
|
||||
"GPUStack": GPUStackTTS,
|
||||
"SILICONFLOW": SILICONFLOWTTS,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user