From 598bc6569d601da3460267bb0ffd2aaa4ac893e9 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sun, 5 Mar 2023 00:47:40 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 745dda1..3948efc 100644 --- a/README.md +++ b/README.md @@ -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))