mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 02:29:05 +08:00
fix: add tenant_id to invoke tts
This commit is contained in:
parent
687455ca31
commit
6f2d5ff099
@ -381,6 +381,7 @@ class PluginModelManager(BasePluginManager):
|
|||||||
"model_type": "tts",
|
"model_type": "tts",
|
||||||
"model": model,
|
"model": model,
|
||||||
"credentials": credentials,
|
"credentials": credentials,
|
||||||
|
"tenant_id": tenant_id,
|
||||||
"content_text": content_text,
|
"content_text": content_text,
|
||||||
"voice": voice,
|
"voice": voice,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user