update config.json file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
140182aef8
commit
8905f0e5ae
@ -2,7 +2,9 @@
|
||||
"api_key": "", # chatgpt api key
|
||||
"auto_pass": true, # 是否自动通过好友申请
|
||||
"bing_chat_url": "" # New Bing 聊天接口
|
||||
"gpt_chat_url": "https://gpt.rains.work/v1/chat/", # Gpt 聊天接口
|
||||
"bing_chat_wake_word": "#bing", # new Bing唤醒词
|
||||
"gpt_chat_wake_word": "#gpt" # ChatGPT唤醒词
|
||||
"gpt_message_cache": 20 # 消息缓存数量
|
||||
}
|
||||
"gpt_message_cache": 20, # 消息缓存数量
|
||||
"gpt_clean_context": "#cls" # 清理Gpt上下文
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user