mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #580] [MERGED] fix xinference error when agent function call #1447
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/580
Author: @lordk911
Created: 3/27/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @crazywoola
Base:
main← Head:fix-xinference📝 Commits (2)
50ab6b8fix xinference error when agent function call9e253fdbump version to 0.0.3📊 Changes
2 files changed (+9 additions, -6 deletions)
View changed files
📝
models/xinference/manifest.yaml(+1 -1)📝
models/xinference/models/llm/llm.py(+8 -5)📄 Description
fix agent function call error when use xinference as model provider:
Related Issue or Context
https://github.com/langgenius/dify/issues/14904#issuecomment-2724775300
before this fix:
after fixing it on local plugin installation,I can use agent function call when use xinference as model provider
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.