wechatbot/config.json.example

10 lines
433 B
Plaintext
Raw Normal View History

2023-04-15 15:09:10 +08:00
{
"api_key": "", # chatgpt api key
"auto_pass": true, # 是否自动通过好友申请
"bing_chat_url": "" # New Bing 聊天接口
2023-04-23 16:49:49 +08:00
"gpt_chat_url": "https://gpt.rains.work/v1/chat/", # Gpt 聊天接口
2023-04-15 15:09:10 +08:00
"bing_chat_wake_word": "#bing", # new Bing唤醒词
"gpt_chat_wake_word": "#gpt" # ChatGPT唤醒词
2023-04-23 16:49:49 +08:00
"gpt_message_cache": 20, # 消息缓存数量
"gpt_clean_context": "#cls" # 清理Gpt上下文
}