[PR #939] [MERGED] fix: xinference chat support #22784

Closed
opened 2026-02-21 20:19:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/939
Author: @takatost
Created: 8/21/2023
Status: Merged
Merged: 8/21/2023
Merged by: @takatost

Base: mainHead: fix/xinference-chat-support


📝 Commits (2)

  • 6026afd fix: xinference chat support
  • f2164b8 fix: xinference chat credential

📊 Changes

4 files changed (+204 additions, -16 deletions)

View changed files

📝 api/core/model_providers/models/llm/xinference_model.py (+4 -3)
📝 api/core/model_providers/providers/xinference_provider.py (+59 -10)
api/core/third_party/langchain/llms/xinference_llm.py (+132 -0)
📝 api/tests/unit_tests/model_providers/test_xinference_provider.py (+9 -3)

📄 Description

No description provided


🔄 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/pull/939 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/21/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `fix/xinference-chat-support` --- ### 📝 Commits (2) - [`6026afd`](https://github.com/langgenius/dify/commit/6026afdde544f1f212555da4b6fac7680d3aa37c) fix: xinference chat support - [`f2164b8`](https://github.com/langgenius/dify/commit/f2164b84ec114bdc016636174565689c2c8f7ac4) fix: xinference chat credential ### 📊 Changes **4 files changed** (+204 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `api/core/model_providers/models/llm/xinference_model.py` (+4 -3) 📝 `api/core/model_providers/providers/xinference_provider.py` (+59 -10) ➕ `api/core/third_party/langchain/llms/xinference_llm.py` (+132 -0) 📝 `api/tests/unit_tests/model_providers/test_xinference_provider.py` (+9 -3) </details> ### 📄 Description _No description provided_ --- <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-21 20:19:45 -05:00
yindo closed this issue 2026-02-21 20:19:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22784