mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Why are the OpenAI series models and Claude series models no longer available? #470
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 @Moiyu1998 on GitHub (Jul 23, 2025).
Self Checks
Dify version
1.6.0
Plugin version
0.1.3-local
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When calling them, the error shown in the above image appears, or it reports that the model does not exist.
✔️ Error log
No response
@Moiyu1998 commented on GitHub (Jul 23, 2025):
The OpenAI plugin version is 0.1.0, and the Anthropic plugin version is 0.1.1.
@Moiyu1998 commented on GitHub (Jul 23, 2025):
Please fix this issue. It stopped working after updating the plugin version this afternoon.
@Moiyu1998 commented on GitHub (Jul 23, 2025):
The Claude model is working now, but the OpenAI models are still not functioning.
@Moiyu1998 commented on GitHub (Jul 23, 2025):
plugin_daemon-1 | 2025/07/23 10:39:28 full_duplex.go:65: [ERROR]init environment failed: failed to install dependencies: exit status 1, output: Resolved 45 packages in 22ms
plugin_daemon-1 | Downloading numpy (17.1MiB)
plugin_daemon-1 | × Failed to download
numpy==1.26.4plugin_daemon-1 | ├─▶ Failed to extract archive:
plugin_daemon-1 | │ numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
plugin_daemon-1 | ╰─▶ Failed to download distribution due to network timeout. Try increasing
plugin_daemon-1 | UV_HTTP_TIMEOUT (current value: 30s).
plugin_daemon-1 | , retrying
It seems that the relevant dependencies cannot be downloaded, and the environment cannot be initialized.