From f007417fa4688b2259bf8cb52bd46d015a73750d Mon Sep 17 00:00:00 2001 From: Rafi Date: Thu, 23 Mar 2023 12:53:08 +0800 Subject: [PATCH] add update info to readme --- README.md | 7 +++++++ docs/zh/README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 839a75a..2a57aaf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ A ChatGPT web client that supports multiple users, multiple database connections for persistent data storage, supports i18n. Provides Docker images and quick deployment scripts. ## 📢Updates +
+2023-03-23 +Added web search capability to generate more relevant and up-to-date answers from ChatGPT! +This feature is off by default, you can turn it on in `Chat->Settings` in the admin panel, there is a record `open_web_search` in Settings, set its value to True. + +
+
2023-03-15 diff --git a/docs/zh/README.md b/docs/zh/README.md index e582e4d..c744394 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -9,6 +9,12 @@ ChatGPT Web 客户端,支持多用户,支持 Mysql、PostgreSQL 等多种数据库连接进行数据持久化存储,支持多语言。提供 Docker 镜像和快速部署脚本。 ## 📢 更新 +
+2023-03-23 +增加网页搜索能力,使得 ChatGPT 生成的回答更与时俱进! +该功能默认处于关闭状态,你可以在管理后台的 `Chat->Settings` 中开启它,在 Settings 中有一个 `open_web_search` 的记录,把它的值设置为 True。 +
+
2023-03-15