mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Volcengine model provider cannot add model #253
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 @eye8 on GitHub (May 6, 2025).
Self Checks
Dify version
1.3.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Volcengine model provider v0.0.12 can add new models with no problem.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
@eye8 commented on GitHub (May 7, 2025):
I checked the docker contain logs and it is due to network connection issues (I'm from China). Some dependencies could not be installed on my aliyun cloud server. I had to wrap up the docker container on my localhost into an docker image and transfer to my cloud server. That resolved the issue.