You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Self Checks
RAGFlow workspace code commit ID
baf3b9b
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
Additional information
No response
The text was updated successfully, but these errors were encountered: