From 7563f8ddf01119efae0a3179c7ce80ecbb47d654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E5=A8=81?= <13116454+chung-wai@user.noreply.gitee.com> Date: Sun, 25 Jun 2023 06:27:29 +0000 Subject: [PATCH] update bin/config.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 钟威 <13116454+chung-wai@user.noreply.gitee.com> --- bin/config.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/config.json b/bin/config.json index b78e4db..86a479e 100644 --- a/bin/config.json +++ b/bin/config.json @@ -1,4 +1,11 @@ +[root@VM-20-15-centos wechatbot]# cat config.json { - "api_key": "your api key", - "auto_pass": true + "api_key": "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", + "auto_pass": true, + "session_timeout":60, + "max_tokens":1024, + "model":"text-davinci-003", + "temperature":1, + "reply_prefix":"来自机器人回复:", + "session_clear_token":"清空对话" } -- Gitee