wechatbot/config.json.example
rainerosion 48bf5368b5
All checks were successful
continuous-integration/drone/push Build is passing
modify context
2023-04-15 18:46:39 +08:00

9 lines
307 B
Plaintext

{
"api_key": "", # chatgpt api key
"auto_pass": true, # 是否自动通过好友申请
"bing_chat_url": "" # New Bing 聊天接口
"bing_chat_wake_word": "#bing", # new Bing唤醒词
"gpt_chat_wake_word": "#gpt" # ChatGPT唤醒词
"gpt_message_cache": 20 # 消息缓存数量
}