From dbb0648c39e3bc969947a4c74c947cd9050e84cd Mon Sep 17 00:00:00 2001 From: lanvent Date: Mon, 27 Mar 2023 02:30:44 +0800 Subject: [PATCH] fix: typo in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eaa0b07..bd6cd02e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,9 @@ pip3 install --upgrade openai **(3) 拓展依赖 (可选):** 语音识别及语音回复相关依赖:[#415](https://github.com/zhayujie/chatgpt-on-wechat/issues/415)。 + 让会话token数量的计算更加精准: + ```bash pip3 install --upgrade tiktoken ```