xqdoo00o / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
648 stars 129 forks source link

报错:404 error #39

Closed justincnn closed 4 months ago

justincnn commented 4 months ago

作者你好,今天运行你的项目。出现如下错误,请问是什么问题,以及如何解决,谢谢:

[GIN] 2024/04/08 - 10:41:46 | 404 |       2.841µs |   45.79.160.193 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:42:19 | 404 |       14.56µs |   45.79.160.193 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:43:48 | 404 |           3µs |   45.79.160.193 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:44:11 | 404 |       21.24µs | 123.152.165.219 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:44:15 | 404 |        2.96µs | 123.152.165.219 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:45:16 | 404 |        2.48µs | 123.152.165.219 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:45:35 | 404 |        2.96µs | 123.152.165.219 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:45:50 | 404 |        2.92µs |   45.79.160.193 | POST     "/v1/chat/completions\n"
[GIN] 2024/04/08 - 10:45:54 | 404 |        3.44µs |   45.79.160.193 | POST     "/v1/chat/completions\n"
xqdoo00o commented 4 months ago

多了个\n

justincnn commented 4 months ago

多了个\n

你好,谢谢回复,现在是500错误了

[GIN-debug] GET    /ping                     --> main.main.func1 (4 handlers)
[GIN-debug] PATCH  /admin/password           --> main.passwordHandler (5 handlers)
[GIN-debug] PATCH  /admin/tokens             --> main.tokensHandler (5 handlers)
[GIN-debug] PATCH  /admin/puid               --> main.puidHandler (5 handlers)
[GIN-debug] PATCH  /admin/openai             --> main.openaiHandler (5 handlers)
[GIN-debug] OPTIONS /v1/chat/completions      --> main.optionsHandler (4 handlers)
[GIN-debug] POST   /v1/chat/completions      --> main.nightmare (5 handlers)
[GIN-debug] GET    /v1/engines               --> main.engines_handler (5 handlers)
[GIN-debug] GET    /v1/models                --> main.engines_handler (5 handlers)
2024/04/08 12:19:11 1 0.0.0.0:8080
[GIN] 2024/04/08 - 12:19:45 | 500 |   73.535584ms | 123.152.165.219 | POST     "/v1/chat/completions"
[GIN] 2024/04/08 - 12:20:05 | 500 |   43.097267ms | 123.152.165.219 | POST     "/v1/chat/completions"