docs: Frugal Mode Control

This commit is contained in:
Rafi
2023-04-18 10:44:35 +08:00
parent e023a13bbc
commit e6a8868f6c
2 changed files with 10 additions and 2 deletions

View File

@@ -78,3 +78,7 @@ After deployment, there is an `open_registration` setting under `Chat->Settings`
## Web Search Function Control ## 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`. 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`.

View File

@@ -79,3 +79,7 @@ backend-wsgi-server:
## 网页搜索功能控制 ## 网页搜索功能控制
该功能默认处于关闭状态,你可以在管理后台的 `Chat->Settings` 中开启它,在 Settings 中有一个 `open_web_search` 的设置项,把它的值设置为 `True` 该功能默认处于关闭状态,你可以在管理后台的 `Chat->Settings` 中开启它,在 Settings 中有一个 `open_web_search` 的设置项,把它的值设置为 `True`
## 节俭模式控制
该功能默认处于开启状态,你可以在管理后台的 `Chat->Settings` 中关闭它,在 Settings 中有一个 `open_frugal_mode_control` 的设置项,把它的值设置为 `False`