1
0

Merge pull request #87 from PA733/patch-1

fix: 404 Error
This commit is contained in:
Antonio Cheong 2023-07-16 20:34:11 +00:00 committed by GitHub
commit 802eb1a35c
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",