[PR #874] [MERGED] feat: optimize override app model config convert #22744

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

📋 Pull Request Information

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

Base: mainHead: feat/optimize-model-config-convert


📝 Commits (2)

  • 4a459cd feat: optimize override app model config convert
  • a7cf297 feat: optimize error raise

📊 Changes

12 files changed (+166 additions, -141 deletions)

View changed files

📝 api/controllers/console/app/app.py (+27 -46)
📝 api/controllers/console/app/model_config.py (+1 -13)
📝 api/core/agent/agent/structured_chat.py (+1 -1)
📝 api/core/agent/agent_executor.py (+6 -3)
📝 api/core/conversation_message_task.py (+1 -11)
📝 api/core/generator/llm_generator.py (+10 -7)
📝 api/core/orchestrator_rule_parser.py (+10 -6)
📝 api/core/prompt/output_parser/suggested_questions_after_answer.py (+9 -1)
📝 api/models/model.py (+46 -4)
📝 api/services/completion_service.py (+11 -35)
📝 api/services/message_service.py (+33 -9)
📝 api/tasks/generate_conversation_summary_task.py (+11 -5)

📄 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/874 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/optimize-model-config-convert` --- ### 📝 Commits (2) - [`4a459cd`](https://github.com/langgenius/dify/commit/4a459cd85ceb6711f1f1b263320b23c559b2d48f) feat: optimize override app model config convert - [`a7cf297`](https://github.com/langgenius/dify/commit/a7cf297a307be606bb59ee0c6ce337ae333698d7) feat: optimize error raise ### 📊 Changes **12 files changed** (+166 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/app.py` (+27 -46) 📝 `api/controllers/console/app/model_config.py` (+1 -13) 📝 `api/core/agent/agent/structured_chat.py` (+1 -1) 📝 `api/core/agent/agent_executor.py` (+6 -3) 📝 `api/core/conversation_message_task.py` (+1 -11) 📝 `api/core/generator/llm_generator.py` (+10 -7) 📝 `api/core/orchestrator_rule_parser.py` (+10 -6) 📝 `api/core/prompt/output_parser/suggested_questions_after_answer.py` (+9 -1) 📝 `api/models/model.py` (+46 -4) 📝 `api/services/completion_service.py` (+11 -35) 📝 `api/services/message_service.py` (+33 -9) 📝 `api/tasks/generate_conversation_summary_task.py` (+11 -5) </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:39 -05:00
yindo closed this issue 2026-02-21 20:19: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#22744