Files
bot-on-anything/config-template.json
luotuan b82d578dfe 111
2023-02-26 17:24:26 +08:00

36 lines
854 B
JSON

{
"model": {
"type" : "openai",
"openai": {
"api_key": "1313212",
"conversation_max_tokens": 2000,
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。"
}
},
"channel": {
"type": "telegram",
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ChatGPT测试群"],
"image_create_prefix": ["画", "看", "找一张"],
"terminal": {
},
"wechat": {
},
"wechat_mp": {
"token": "YOUR TOKEN",
"port": "8088"
},
"gmail": {
"subject_keyword": ["bot", "@bot"],
"host_email": "xxxx@gmail.com",
"host_password": "GMAIL ACCESS KEY"
}
}
}