From 820673985fcf040ef68beba14854ccbe8b5bdff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=9FPeadar?= <626954412@qq.com> Date: Tue, 28 May 2024 21:51:43 +0800 Subject: [PATCH 1/2] Add DEFAULT_MODEL into README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d496d68edfc..342077dbfa3 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,12 @@ You can use this option if you want to increase the number of webdav service add Customize the default template used to initialize the User Input Preprocessing configuration item in Settings. + +### `DEFAULT_MODEL` (optional) + +Customize the default model used to initialize a new chat and the default model in the configuration page. + + ## Requirements NodeJS >= 18, Docker >= 20 From e773bc6068a537903790c1fa29457f9d07f80d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=9FPeadar?= <626954412@qq.com> Date: Tue, 28 May 2024 21:52:57 +0800 Subject: [PATCH 2/2] Add DEFAULT_MODEL into README_CN.md --- README_CN.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README_CN.md b/README_CN.md index 6811102b675..470ff09bd1f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -159,6 +159,11 @@ anthropic claude Api Url. ### `DEFAULT_INPUT_TEMPLATE` (可选) 自定义默认的 template,用于初始化『设置』中的『用户输入预处理』配置项 +### `DEFAULT_MODEL` (可选) + +自定义默认新聊天和设置页中的默认模型 + + ## 开发 点击下方按钮,开始二次开发: