mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Model Factory is unable to add and display models!! #9
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 @wyanghu on GitHub (Mar 7, 2025).
To resolve the issue of being unable to start threads, I replaced plugin_daemon with dify-plugin-daemon:942d694206a1972ae0addd2286a021b62390a8b6-local. However, after making this change, I encountered a new issue where models could not be properly added under the model provider section. Except for DeepSeek, both Ollama and Xinference exhibit the same problem.
Here are the observed issues:
1. Adding a model takes a long time without returning a result. After refreshing the page, the model appears to have been added.
2. The added models cannot be found when configuring system model settings.
3. After refreshing the page and re-entering the model provider menu, clicking “Show Models” results in a long wait with no response, as shown in the screenshot below.
Is this a known issue? I would really appreciate any solutions you can provide!