Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #87 from PA733/patch-1
Browse files Browse the repository at this point in the history
fix: 404 Error
  • Loading branch information
Antonio Cheong authored Jul 16, 2023
2 parents 61e906c + 56c97a8 commit 802eb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GUIDE_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GO-ChatGPT-API项目 https://github.com/linweiyuan/go-chatgpt-api


```
curl http://127.0.0.1:8080/chatgpt/conversation \
curl http://127.0.0.1:8080/chatgpt/backend-api/conversation \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-3.5-turbo",
Expand Down Expand Up @@ -122,4 +122,4 @@ curl -X PATCH \
http://127.0.0.1:10080/admin/tokens
```

要清理Token直接停用删除Docker容器后重新构建运行容器即可
要清理Token直接停用删除Docker容器后重新构建运行容器即可

0 comments on commit 802eb1a

Please sign in to comment.