[PR #365] [MERGED] chore: gpustack tools api path #1320

Closed
opened 2026-02-16 10:22:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/365
Author: @alexcodelf
Created: 3/3/2025
Status: Merged
Merged: 3/4/2025
Merged by: @crazywoola

Base: mainHead: fix/goustack-tools


📝 Commits (1)

  • c7ac57e chore: update gpustack tools api path

📊 Changes

6 files changed (+31 additions, -7 deletions)

View changed files

📝 tools/gpustack/manifest.yaml (+1 -1)
📝 tools/gpustack/provider/gpustack.py (+2 -2)
📝 tools/gpustack/tools/image_edit.py (+3 -2)
📝 tools/gpustack/tools/image_edit.yaml (+11 -0)
📝 tools/gpustack/tools/text2image.py (+3 -2)
📝 tools/gpustack/tools/text2image.yaml (+11 -0)

📄 Description

This PR is going to:

  1. Change GPUStack tools API path from v1-openai to v1
  2. Add timeouts for image generation tools, as some LLM-based image generators can take a long time to process requests, potentially causing excessive wait times for users.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/365 **Author:** [@alexcodelf](https://github.com/alexcodelf) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/goustack-tools` --- ### 📝 Commits (1) - [`c7ac57e`](https://github.com/langgenius/dify-official-plugins/commit/c7ac57e183091670953a6c2b3ee24619e4a376f5) chore: update gpustack tools api path ### 📊 Changes **6 files changed** (+31 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `tools/gpustack/manifest.yaml` (+1 -1) 📝 `tools/gpustack/provider/gpustack.py` (+2 -2) 📝 `tools/gpustack/tools/image_edit.py` (+3 -2) 📝 `tools/gpustack/tools/image_edit.yaml` (+11 -0) 📝 `tools/gpustack/tools/text2image.py` (+3 -2) 📝 `tools/gpustack/tools/text2image.yaml` (+11 -0) </details> ### 📄 Description This PR is going to: 1. Change GPUStack tools API path from `v1-openai` to `v1` 2. Add timeouts for image generation tools, as some LLM-based image generators can take a long time to process requests, potentially causing excessive wait times for users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:37 -05:00
yindo closed this issue 2026-02-16 10:22:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1320