docs: update README.md

This commit is contained in:
zhayujie
2023-07-31 17:52:05 +08:00
parent cda21acb43
commit d689d20482
3 changed files with 73 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ pip3 install azure-cognitiveservices-speech
{
"open_ai_api_key": "YOUR API KEY", # 填入上面创建的 OpenAI API KEY
"model": "gpt-3.5-turbo", # 模型名称。当use_azure_chatgpt为true时其名称为Azure上model deployment名称
"proxy": "", # 代理客户端的ip和端口国内网络环境需要填该项,如 "127.0.0.1:7890"
"proxy": "", # 代理客户端的ip和端口国内环境开启代理的需要填该项,如 "127.0.0.1:7890"
"single_chat_prefix": ["bot", "@bot"], # 私聊时文本需要包含该前缀才能触发机器人回复
"single_chat_reply_prefix": "[bot] ", # 私聊时自动回复的前缀,用于区分真人
"group_chat_prefix": ["@bot"], # 群聊时包含该前缀则会触发机器人回复