[PR #1341] [MERGED] feat: switch to generation model set default stop word #23017

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1341
Author: @iamjoel
Created: 10/13/2023
Status: Merged
Merged: 10/13/2023
Merged by: @iamjoel

Base: mainHead: feat/default-stop-word


📝 Commits (4)

📊 Changes

8 files changed (+83 additions, -17 deletions)

View changed files

📝 web/app/components/app/configuration/config-model/index.tsx (+2 -0)
📝 web/app/components/app/configuration/hooks/use-advanced-prompt-config.ts (+20 -3)
web/app/components/app/configuration/images/prompt.svg (+19 -0)
📝 web/app/components/app/configuration/index.tsx (+30 -9)
📝 web/app/components/app/configuration/style.module.css (+7 -0)
📝 web/i18n/lang/app-debug.en.ts (+2 -2)
📝 web/i18n/lang/app-debug.zh.ts (+2 -2)
📝 web/service/debug.ts (+1 -1)

📄 Description

  1. Switch to generation model set default stop word
  2. Enchance prompt title ui.

🔄 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/1341 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 10/13/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/default-stop-word` --- ### 📝 Commits (4) - [`981982e`](https://github.com/langgenius/dify/commit/981982edbde962a9eb7a63f1320530fe04759c8b) chore: prompt text enchance - [`13d4576`](https://github.com/langgenius/dify/commit/13d45765c8b9f973d778473d4e80a818a3a10ca1) temp set - [`2d3b675`](https://github.com/langgenius/dify/commit/2d3b675ab947d5523e229cbb14fe449aca8440f1) chore: prompt ui - [`b8e0850`](https://github.com/langgenius/dify/commit/b8e085055aef41c32fb2ec382c6177b295554d48) feat: stop word ### 📊 Changes **8 files changed** (+83 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/configuration/config-model/index.tsx` (+2 -0) 📝 `web/app/components/app/configuration/hooks/use-advanced-prompt-config.ts` (+20 -3) ➕ `web/app/components/app/configuration/images/prompt.svg` (+19 -0) 📝 `web/app/components/app/configuration/index.tsx` (+30 -9) 📝 `web/app/components/app/configuration/style.module.css` (+7 -0) 📝 `web/i18n/lang/app-debug.en.ts` (+2 -2) 📝 `web/i18n/lang/app-debug.zh.ts` (+2 -2) 📝 `web/service/debug.ts` (+1 -1) </details> ### 📄 Description 1. Switch to generation model set default stop word 2. Enchance prompt title ui. --- <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:16 -05:00
yindo closed this issue 2026-02-21 20:20:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23017