From 241fad55248d5c64cdf292c1b5336e224853b9ce Mon Sep 17 00:00:00 2001 From: eks Date: Fri, 11 Aug 2023 13:49:47 +0800 Subject: [PATCH] Update config-template.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 把温度值默认放进config.json --- config-template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-template.json b/config-template.json index ae930de..0c14ff4 100644 --- a/config-template.json +++ b/config-template.json @@ -29,6 +29,8 @@ "conversation_max_tokens": 1000, "expires_in_seconds": 3600, "character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。", + "temperature": 0.7, + "top_p": 1, "subscribe_msg": "感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。", "use_linkai": false, "linkai_api_key": "",