Update README.md

This commit is contained in:
ikechan8370 2022-12-07 10:40:32 +08:00 committed by GitHub
parent d4a0cfc836
commit ade4e078a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ git clone https://github.com/ikechan8370/yunzai-chatgpt.git ./plugins/chatgpt
其他问题可以参考使用的api库https://github.com/transitive-bullshit/chatgpt-api 其他问题可以参考使用的api库https://github.com/transitive-bullshit/chatgpt-api
## 其他 ## 其他
`index.js`文件第35行中, `index.js`文件第26行中,
``` ```
const api = new ChatGPTAPI({ sessionToken: SESSION_TOKEN, markdown: false }) const api = new ChatGPTAPI({ sessionToken: SESSION_TOKEN, markdown: false })
``` ```