mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #987] [MERGED] feat: add agent thought for gpustack #1657
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/987
Author: @alexcodelf
Created: 5/27/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @crazywoola
Base:
main← Head:feat/gpustack-think📝 Commits (2)
84da388feat: add agent thought for gpustack3d3947efeat: support structured output for gpustack📊 Changes
8 files changed (+185 additions, -11 deletions)
View changed files
📝
models/gpustack/manifest.yaml(+1 -1)📝
models/gpustack/models/llm/llm.py(+132 -4)📝
models/gpustack/models/rerank/rerank.py(+1 -1)📝
models/gpustack/models/speech2text/speech2text.py(+1 -1)📝
models/gpustack/models/text_embedding/text_embedding.py(+1 -1)📝
models/gpustack/models/tts/tts.py(+2 -2)📝
models/gpustack/provider/gpustack.yaml(+45 -0)📝
models/gpustack/requirements.txt(+2 -1)📄 Description
Related Issues or Context
https://github.com/langgenius/dify/issues/13278 Add agent thought for gpustack, same as OpenAI-API-compatiable plugin.
Fix https://github.com/langgenius/dify-official-plugins/issues/959 by change validation
pingmax_token from5to50.This PR contains Changes to Non-LLM Models Plugin
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.2.0,<0.3.0in 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.