[PR #382] [MERGED] Update GPUStack model API path #1333

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

📋 Pull Request Information

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

Base: mainHead: fix/gpustack-models


📝 Commits (4)

📊 Changes

8 files changed (+59 additions, -13 deletions)

View changed files

📝 models/gpustack/README.md (+28 -0)
📝 models/gpustack/manifest.yaml (+3 -2)
📝 models/gpustack/models/llm/llm.py (+2 -2)
📝 models/gpustack/models/rerank/rerank.py (+2 -1)
📝 models/gpustack/models/speech2text/speech2text.py (+2 -2)
📝 models/gpustack/models/text_embedding/text_embedding.py (+2 -2)
📝 models/gpustack/models/tts/tts.py (+2 -2)
📝 models/gpustack/provider/gpustack.yaml (+18 -2)

📄 Description

This PR is going to:

  • change model API path from v1-openai to v1
  • Add timeout configuration for rerank model
  • update model plugin docs.

🔄 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/382 **Author:** [@alexcodelf](https://github.com/alexcodelf) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/gpustack-models` --- ### 📝 Commits (4) - [`8278e7f`](https://github.com/langgenius/dify-official-plugins/commit/8278e7f0c3f4624e2d079a4c2eb4c171fd39057d) chore: update GPUStack model api path - [`75109dd`](https://github.com/langgenius/dify-official-plugins/commit/75109dd7e5b53f19e1bacf9c3a202e62fd6b6102) doc: update description - [`25c2a5c`](https://github.com/langgenius/dify-official-plugins/commit/25c2a5c65d7089e7e9e814fa082cd8d2ab3a658d) update yaml - [`fb43ac6`](https://github.com/langgenius/dify-official-plugins/commit/fb43ac61141d2b7672f7a4b835a64af183eeb83e) update yaml ### 📊 Changes **8 files changed** (+59 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `models/gpustack/README.md` (+28 -0) 📝 `models/gpustack/manifest.yaml` (+3 -2) 📝 `models/gpustack/models/llm/llm.py` (+2 -2) 📝 `models/gpustack/models/rerank/rerank.py` (+2 -1) 📝 `models/gpustack/models/speech2text/speech2text.py` (+2 -2) 📝 `models/gpustack/models/text_embedding/text_embedding.py` (+2 -2) 📝 `models/gpustack/models/tts/tts.py` (+2 -2) 📝 `models/gpustack/provider/gpustack.yaml` (+18 -2) </details> ### 📄 Description This PR is going to: - change model API path from `v1-openai` to `v1` - Add timeout configuration for `rerank` model - update model plugin docs. --- <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:39 -05:00
yindo closed this issue 2026-02-16 10:22:39 -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#1333