Просмотр исходного кода

fix no tts issue (#2101)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.11.0
Kevin Hu 1 год назад
Родитель
Сommit
88d52e335c
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      api/apps/user_app.py

+ 1
- 1
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:

Загрузка…
Отмена
Сохранить