update readme

This commit is contained in:
harry 2024-03-28 18:37:00 +08:00
parent 09bfc06b08
commit 9aa234aa6b

View File

@ -189,6 +189,12 @@ python main.py
## 常见问题 🤔
### ❓AttributeError: 'str' object has no attribute 'choices'`
这个问题是由于 OpenAI 或者其他 LLM没有返回正确的回复导致的。
大概率是网络原因, 使用 **VPN**,或者设置 `openai_base_url` 为你的代理 ,应该就可以解决了。
### ❓RuntimeError: No ffmpeg exe could be found
通常情况下ffmpeg 会被自动下载,并且会被自动检测到。
@ -249,6 +255,7 @@ if you are in China, please use a VPN.
感谢 [@chenhengzh](https://github.com/chenhengzh)的研究探索
## 反馈建议 📢
- 可以提交 [issue](https://github.com/harry0703/MoneyPrinterTurbo/issues)