1
0

fix: 404 Error

This commit is contained in:
PA733 2023-07-11 13:59:00 +08:00 committed by GitHub
parent 2efff465a8
commit 56c97a8a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
@ -122,4 +122,4 @@ curl -X PATCH \
http://127.0.0.1:10080/admin/tokens
```
要清理Token直接停用删除Docker容器后重新构建运行容器即可
要清理Token直接停用删除Docker容器后重新构建运行容器即可