mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
社区版 部分场景下LLM一直显示加载中, 没有超时提醒, 什么原因?如何分析? #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yishuangquan on GitHub (Mar 5, 2025).
社区版 部分场景下LLM一直显示加载中, 没有超时提醒, 什么原因?如何分析?
对话追踪图片如下:


问题分析思路, 能解释一下吗?
@dosubot[bot] commented on GitHub (Mar 5, 2025):
@yishuangquan 你好!我是Dosu,一个可以帮助解决 bug、回答问题并成为贡献者的机器人。我将在等待人类维护者的期间帮助你解决问题。
在 Dify 社区版中,LLM 一直显示加载中且没有超时提醒的原因可能有多种。虽然具体的原因在文档中没有详细说明,但可以考虑以下几个方面进行分析:
对于问题分析,可以从以下步骤入手:
这些步骤可以帮助你更好地理解和解决 LLM 加载中问题。
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@AllenWriter commented on GitHub (Mar 11, 2025):
Hello,
The issue may be caused by an abnormal network request from the LLM, which is a common occurrence when interacting with the OpenAI API. Please check your network connection to ensure it is stable.
Thanks