-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 默认模型列表不正常 #6464
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hey @ShadyAfterCheer! I'm here to help you with any bugs, questions, or contribution you might have. Let's work together to resolve this issue! I found a similar issue that was previously discussed and resolved. The issue was related to the model list displaying abnormally upon first entry when deploying LobeChat via Docker, but not when running locally with In your case, since you are using version 1.63.1, the issue might be related to the configuration of the If the issue persists, double-check your Docker environment variables and ensure they are correctly configured and taking effect. 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 |
P.S. 点击模型,表现正常后,再次强刷页面,仍然显示异常。推测与初始化模型列表相关?从请求上看,再次请求 serverConfig 后为正常表现。 |
After P.S., after normal, I force the page to browse again, and the exception is still displayed. Is it speculated that it is related to the initialization model list? From the request point of view, it is normal to request serverConfig again. |
@ShadyAfterCheer 确认下 pglite 镜像部署是否正常? |
@ShadyAfterCheer Confirm whether the pglite image deployment is normal? |
@arvinxx 应该是没有问题的,我这边并没有主动开启 pglite 能力,不知道有相关吗? 以下是我的 config 配置:
|
@arvinxx There should be no problem. I don’t actively enable pglite. I don’t know if there is any related one?
|
+1 我这里强行修改了默认值 暂时才解决,感觉像是 在无 db 部署的时候 ,拉取 getConfig 是异步拉取,拉取后未刷新配置变量导致。 |
+1 I forced the modification here, and the default value is temporarily solved. It feels like when deploying without db, pulling getConfig is async pull, and the configuration variable is not refreshed after pulling. |
我也想尝试用这种办法,但是我目前的表现很奇怪:默认值看起来是通过每个模型的 |
I also want to try this method, but my current performance is very strange: the default value seems to be to determine whether the model is displayed through the |
+1 最新版本依旧有问题 |
+1 There are still problems with the latest version |
📦 Platform
Self hosting Docker
📦 Deploymenet mode
client db (lobe-chat image)
📌 Version
1.63.1
💻 Operating System
macOS
🌐 Browser
Chrome
🐛 Bug Description
Docker 部署 LobeChat 后,第一次进入的模型列表显示异常。
点击任意模型后,再次点击模型列表显示正常。
本地
pnpm dev
运行无此问题。📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: