From 116219cdfb02470d0e551e53cbe3f39229a2e330 Mon Sep 17 00:00:00 2001 From: linweiyuan Date: Wed, 13 Sep 2023 06:58:27 +0800 Subject: [PATCH] update doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4040d3506..b51440976 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - `apiKey` 余额查询 - 等等 ... - 支持 `ChatGPT` 转 `API`,接口 `/imitate/v1/chat/completions`,利用 `accessToken` 模拟 `apiKey`,实现伪免费使用 `API` - ,从而支持集成仅支持 `apiKey` 调用的第三方客户端项目,分享一个好用的脚本测试 `web-to-api` (#251) + ,从而支持集成仅支持 `apiKey` 调用的第三方客户端项目,分享一个好用的脚本测试 `web-to-api` (https://github.com/linweiyuan/go-chatgpt-api/issues/251) ```python import openai @@ -56,6 +56,8 @@ Issue 群聊:https://github.com/linweiyuan/go-chatgpt-api/discussions/197 +再说一遍,不要来 `Issues` 提问题(再提不回复直接关闭),有讨论区,有群,不要提脑残问题,反面教材:https://github.com/linweiyuan/go-chatgpt-api/issues/255 + --- ### 配置