mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
doc: 添加自定义提示消息的说明
This commit is contained in:
@@ -126,6 +126,12 @@
|
|||||||
- 目前已支持正向代理访问接口
|
- 目前已支持正向代理访问接口
|
||||||
- 详细请查看config.py中的`openai_config`的说明
|
- 详细请查看config.py中的`openai_config`的说明
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>✅支持自定义提示内容</summary>
|
||||||
|
|
||||||
|
- 允许用户自定义报错、帮助等提示信息
|
||||||
|
- 请查看`tips.py`
|
||||||
|
</details>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
详情请查看[Wiki功能使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E5%8A%9F%E8%83%BD%E7%82%B9%E5%88%97%E4%B8%BE)
|
详情请查看[Wiki功能使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E5%8A%9F%E8%83%BD%E7%82%B9%E5%88%97%E4%B8%BE)
|
||||||
|
|||||||
@@ -96,6 +96,12 @@
|
|||||||
- “丢弃”策略:此分钟内对话次数达到限制时,丢弃之后的对话
|
- “丢弃”策略:此分钟内对话次数达到限制时,丢弃之后的对话
|
||||||
- 详细请查看config.py中的相关配置
|
- 详细请查看config.py中的相关配置
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>✅支持自定义提示内容</summary>
|
||||||
|
|
||||||
|
- 允许用户自定义报错、帮助等提示信息
|
||||||
|
- 请查看`tips.py`
|
||||||
|
</details>
|
||||||
|
|
||||||
## 限制
|
## 限制
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user