Files
xiaogpt/xiao_config.json.example
yihong e0f0d3a045 feat: support bard (#315)
* feat: support bard
2023-07-20 22:18:57 +08:00

29 lines
661 B
JSON

{
"hardware": "LX06",
"account": "",
"password": "",
"openai_key": "",
"glm_key": "",
"bard_token": "",
"cookie": "",
"mi_did": "",
"use_command": false,
"mute_xiaoai": true,
"verbose": false,
"bot": "chatgptapi",
"enable_edge_tts": false,
"edge_tts_voice": "zh-CN-XiaoxiaoNeural",
"prompt": "请用100字以内回答",
"keyword": ["请问"],
"change_prompt_keyword": ["更改提示词"],
"start_conversation": "开始持续对话",
"end_conversation": "结束持续对话",
"stream": false,
"proxy": "",
"gpt_options": {},
"bing_cookie_path": "",
"bing_cookies": {},
"deployment_id": "",
"localhost": true
}