docs: update README.md

This commit is contained in:
zhayujie
2023-03-05 00:47:40 +08:00
committed by GitHub
parent d667ccb396
commit 598bc6569d

View File

@@ -13,7 +13,7 @@
# 更新日志
>**2023.03.02** 接入[ChatGPT API](https://platform.openai.com/docs/guides/chat) (gpt-3.5-turbo)默认使用该模型进行对话需升级openai依赖 (`pip3 install --upgrade openai`)。同时由于网络不通,需要代理访问,参考 [#351](https://github.com/zhayujie/chatgpt-on-wechat/issues/351)
>**2023.03.02** 接入[ChatGPT API](https://platform.openai.com/docs/guides/chat) (gpt-3.5-turbo)默认使用该模型进行对话需升级openai依赖 (`pip3 install --upgrade openai`)。网络问题参考 [#351](https://github.com/zhayujie/chatgpt-on-wechat/issues/351)
>**2023.02.20** 增加 [python-wechaty](https://github.com/wechaty/python-wechaty) 作为可选渠道使用Pad协议相对稳定但Token收费 (使用参考[#244](https://github.com/zhayujie/chatgpt-on-wechat/pull/244)contributed by [ZQ7](https://github.com/ZQ7))