Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
RAGFlow workspace code commit ID
RAGFlow image version
v17.0.2
Other environment information
Actual behavior
Right input API-KEY and other model's response works well, but when tab "read the content",it comes out with AssertionError("Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW")
logs:
2025-03-18 18:10:41,170 ERROR 19 Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 290, in decorated_view
return current_app.ensure_sync(func)(*args, **kwargs)
File "/ragflow/api/apps/conversation_app.py", line 276, in tts
tts_mdl = LLMBundle(tenants[0]["tenant_id"], LLMType.TTS, tts_id)
File "/ragflow/api/db/services/llm_service.py", line 234, in init
assert self.mdl, "Can't find model for {}/{}/{}".format(
AssertionError: Can't find model for f36f2bf803d811f095420242ac120005/tts/FunAudioLLM/CosyVoice2-0.5B@SILICONFLOW
Expected behavior
No response
Steps to reproduce
docker compose -f docker-compose.yml up -d
Additional information
No response