[PR #577] [MERGED] Update env-configuration.md #627

Closed
opened 2026-02-15 18:15:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/577
Author: @Fu-Jie
Created: 6/12/2025
Status: Merged
Merged: 6/16/2025
Merged by: @tjbck

Base: mainHead: patch-1


📝 Commits (2)

  • bec4ab0 Update env-configuration.md
  • ccc63a8 Update env-configuration.md

📊 Changes

1 file changed (+35 additions, -0 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+35 -0)

📄 Description

This pull request updates the environment configuration documentation by adding details for two new environment variables related to follow-up generation. These changes provide configuration options for enabling follow-up generation and customizing the prompt template used for generating follow-up questions.

Updates to Environment Configuration:

  • New Environment Variable: ENABLE_FOLLOW_UP_GENERATION

    • Type: bool, Default: True
    • Enables or disables the generation of follow-up questions.
    • Marked as a PersistentConfig variable.
  • New Environment Variable: FOLLOW_UP_GENERATION_PROMPT_TEMPLATE

    • Type: str, Default: Value of DEFAULT_FOLLOW_UP_GENERATION_PROMPT_TEMPLATE.
    • Specifies the prompt template for generating follow-up questions.
    • Includes detailed guidelines and an example JSON response format.
    • Marked as a PersistentConfig variable.

🔄 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/open-webui/docs/pull/577 **Author:** [@Fu-Jie](https://github.com/Fu-Jie) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`bec4ab0`](https://github.com/open-webui/docs/commit/bec4ab008fe3c46573d7addcd17576d7da9b5c31) Update env-configuration.md - [`ccc63a8`](https://github.com/open-webui/docs/commit/ccc63a897832b9f00f5bb01c6980e52d201dd161) Update env-configuration.md ### 📊 Changes **1 file changed** (+35 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+35 -0) </details> ### 📄 Description This pull request updates the environment configuration documentation by adding details for two new environment variables related to follow-up generation. These changes provide configuration options for enabling follow-up generation and customizing the prompt template used for generating follow-up questions. ### Updates to Environment Configuration: * **New Environment Variable: `ENABLE_FOLLOW_UP_GENERATION`** - Type: `bool`, Default: `True` - Enables or disables the generation of follow-up questions. - Marked as a `PersistentConfig` variable. * **New Environment Variable: `FOLLOW_UP_GENERATION_PROMPT_TEMPLATE`** - Type: `str`, Default: Value of `DEFAULT_FOLLOW_UP_GENERATION_PROMPT_TEMPLATE`. - Specifies the prompt template for generating follow-up questions. - Includes detailed guidelines and an example JSON response format. - Marked as a `PersistentConfig` variable. --- <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-15 18:15:14 -05:00
yindo closed this issue 2026-02-15 18:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#627