### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.11.0
| @manager.route("/set_tenant_info", methods=["POST"]) | @manager.route("/set_tenant_info", methods=["POST"]) | ||||
| @login_required | @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(): | def set_tenant_info(): | ||||
| req = request.json | req = request.json | ||||
| try: | try: |