We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1383224 commit a07eb2dCopy full SHA for a07eb2d
README.md
@@ -78,7 +78,7 @@ xiaogpt --hardware LX06 --mute_xiaoai --use_gemini --gemini_key ${gemini_key}
78
# 如果你想使用自己的 google gemini 服务
79
python3 xiaogpt.py --hardware LX06 --mute_xiaoai --use_gemini --gemini_key ${gemini_key} --gemini_api_domain ${gemini_api_domain}
80
# 如果你想使用阿里的通义千问
81
-xiaogpt --hardware LX06 --mute_xiaoai --use_qwen --qen_key ${qwen_key}
+xiaogpt --hardware LX06 --mute_xiaoai --use_qwen --qwen_key ${qwen_key}
82
# 如果你想使用豆包
83
xiaogpt --hardware LX06 --mute_xiaoai --use_doubao --stream --volc_access_key xxxx --volc_secret_key xxx
84
# 如果你想用 edge-tts
0 commit comments