From 88d52e335c66ce3b0aed1d4aeeabc6dcdadfadda Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 26 Aug 2024 18:06:50 +0800 Subject: [PATCH] fix no tts issue (#2101) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- api/apps/user_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/apps/user_app.py b/api/apps/user_app.py index 6ac8576e3..1535446d3 100644 --- a/api/apps/user_app.py +++ b/api/apps/user_app.py @@ -410,7 +410,7 @@ def tenant_info(): @manager.route("/set_tenant_info", methods=["POST"]) @login_required -@validate_request("tenant_id", "asr_id", "embd_id", "img2txt_id", "llm_id", "tts_id") +@validate_request("tenant_id", "asr_id", "embd_id", "img2txt_id", "llm_id") def set_tenant_info(): req = request.json try: