Browse Source

fix: add tenant_id to invoke tts

Yeuoly 5 months ago
parent
commit
6f2d5ff099
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/core/plugin/manager/model.py

+ 1 - 0
api/core/plugin/manager/model.py

@@ -381,6 +381,7 @@ class PluginModelManager(BasePluginManager):
                         "model_type": "tts",
                         "model": model,
                         "credentials": credentials,
+                        "tenant_id": tenant_id,
                         "content_text": content_text,
                         "voice": voice,
                     },