From ba71985dade56fc5008ee0a0dc6d026b78ff56c4 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: Sat, 24 Jun 2023 08:06:28 +0000 Subject: [PATCH] rename bin/config.json to bin/config2.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 | 4 ---- bin/config2.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 bin/config.json create mode 100644 bin/config2.json diff --git a/bin/config.json b/bin/config.json deleted file mode 100644 index b78e4db..0000000 --- a/bin/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "api_key": "your api key", - "auto_pass": true -} diff --git a/bin/config2.json b/bin/config2.json new file mode 100644 index 0000000..49a9bb7 --- /dev/null +++ b/bin/config2.json @@ -0,0 +1,10 @@ +{ + "api_key": "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", + "auto_pass": true + "session_timeout":60, + "max_tokens":1024, + "model":"text-davinci-003", + "temperature":l, + "reply_prefix":"来自机器人回复:", + "session_clear_token":"清空对话" +} -- Gitee