[PR #1312] [MERGED] feat: optimize minimax llm call #23000

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1312
Author: @takatost
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @takatost

Base: mainHead: feat/optimize-minimax


📝 Commits (1)

  • f5bec1d feat: optimize minimax llm call

📊 Changes

3 files changed (+287 additions, -12 deletions)

View changed files

📝 api/core/model_providers/models/llm/minimax_model.py (+10 -9)
📝 api/core/model_providers/providers/minimax_provider.py (+4 -3)
api/core/third_party/langchain/llms/minimax_llm.py (+273 -0)

📄 Description

fixed #1304


🔄 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/1312 **Author:** [@takatost](https://github.com/takatost) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/optimize-minimax` --- ### 📝 Commits (1) - [`f5bec1d`](https://github.com/langgenius/dify/commit/f5bec1d97d63db8ba16ba821a9110acb091fcd72) feat: optimize minimax llm call ### 📊 Changes **3 files changed** (+287 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `api/core/model_providers/models/llm/minimax_model.py` (+10 -9) 📝 `api/core/model_providers/providers/minimax_provider.py` (+4 -3) ➕ `api/core/third_party/langchain/llms/minimax_llm.py` (+273 -0) </details> ### 📄 Description fixed #1304 --- <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:20:13 -05:00
yindo closed this issue 2026-02-21 20:20:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23000