fix: update readme #191

This commit is contained in:
zhayujie
2023-02-13 09:55:45 +08:00
committed by GitHub
parent e366b60c35
commit e723fa94c4

View File

@@ -84,7 +84,7 @@ cp config-template.json config.json
```bash
# config.json文件内容示例
{
"open_ai_api_key": "YOUR API KEY" # 填入上面创建的 OpenAI API KEY
"open_ai_api_key": "YOUR API KEY", # 填入上面创建的 OpenAI API KEY
"single_chat_prefix": ["bot", "@bot"], # 私聊时文本需要包含该前缀才能触发机器人回复
"single_chat_reply_prefix": "[bot] ", # 私聊时自动回复的前缀,用于区分真人
"group_chat_prefix": ["@bot"], # 群聊时包含该前缀则会触发机器人回复