mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1309] [MERGED] fix: gpustack image tool compatible url path #1827
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1309
Author: @alexcodelf
Created: 7/19/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @crazywoola
Base:
main← Head:fix/gpustack-tools📝 Commits (1)
a8e12f3fix: gpustack image tool compatible url path📊 Changes
4 files changed (+6 additions, -9 deletions)
View changed files
📝
tools/gpustack/manifest.yaml(+3 -3)📝
tools/gpustack/provider/gpustack.py(+2 -2)➕
tools/gpustack/tools/__init__.py(+0 -0)📝
tools/gpustack/tools/utils.py(+1 -4)📄 Description
Related Issues or Context
When user configure GPUStack image tool, it will very easily add path



/v1or/v1-openaito the server url, which will cause 404 not found, as the image tool in 0.2 will append v1. We want fix it by removing additional /v1 or /v1-openai.As the screenshots shows, the tool plugins could config /v1 or /v1-openai path.
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.