From e6a8868f6c9658235e31357f6018a96539c92ff4 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 18 Apr 2023 10:44:35 +0800 Subject: [PATCH] docs: Frugal Mode Control --- docs/guide/configuration.md | 6 +++++- docs/zh/guide/configuration.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index d902c40..9be619b 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -77,4 +77,8 @@ After deployment, there is an `open_registration` setting under `Chat->Settings` ## Web Search Function Control -This feature is disabled by default. You can enable it in the admin panel under `Chat->Settings`. There is a setting called `open_web_search`, set its value to `True`. \ No newline at end of file +This feature is disabled by default. You can enable it in the admin panel under `Chat->Settings`. There is a setting called `open_web_search`, set its value to `True`. + +## Frugal Mode Control + +This feature is enabled by default. You can disable it in the `Chat->Settings` section of the management backend. There is a setting called `open_frugal_mode_control` in Settings. Set its value to `False`. \ No newline at end of file diff --git a/docs/zh/guide/configuration.md b/docs/zh/guide/configuration.md index db0c0c7..fed9a79 100644 --- a/docs/zh/guide/configuration.md +++ b/docs/zh/guide/configuration.md @@ -78,4 +78,8 @@ backend-wsgi-server: ## 网页搜索功能控制 -该功能默认处于关闭状态,你可以在管理后台的 `Chat->Settings` 中开启它,在 Settings 中有一个 `open_web_search` 的设置项,把它的值设置为 `True`。 \ No newline at end of file +该功能默认处于关闭状态,你可以在管理后台的 `Chat->Settings` 中开启它,在 Settings 中有一个 `open_web_search` 的设置项,把它的值设置为 `True`。 + +## 节俭模式控制 + +该功能默认处于开启状态,你可以在管理后台的 `Chat->Settings` 中关闭它,在 Settings 中有一个 `open_frugal_mode_control` 的设置项,把它的值设置为 `False`。 \ No newline at end of file