diff --git a/bin/config.json b/bin/config.json deleted file mode 100644 index b78e4dbb78e6a03470d6d2ccda6f4e758e17f963..0000000000000000000000000000000000000000 --- a/bin/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "api_key": "your api key", - "auto_pass": true -} diff --git a/bin/config3.json b/bin/config3.json new file mode 100644 index 0000000000000000000000000000000000000000..f39996694ba5464ac261c18083d4ce4a612768c1 --- /dev/null +++ b/bin/config3.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":1, + "reply_prefix":"来自机器人回复:", + "session_clear_token":"清空对话" +} \ No newline at end of file