fix: add tenant_id to invoke tts

This commit is contained in:
Yeuoly 2024-11-29 15:59:07 +08:00
parent 687455ca31
commit 6f2d5ff099
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

View File

@ -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,
}, },