snssll / poe2openai

A tool that converts the POE developer API to the standard OpenAI API format.
https://hub.docker.com/r/1ynn/poe2openai/tags
17 stars 2 forks source link

404 Not Found #1

Closed ssaver1973 closed 4 months ago

ssaver1973 commented 5 months ago

INFO: Started server process [9080] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8765 (Press CTRL+C to quit) INFO: 192.168.2.100:4620 - "POST /v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4656 - "POST /v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4656 - "POST /v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4656 - "POST /v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4656 - "POST /v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4724 - "POST /v1/v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4724 - "POST /v1/v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4724 - "POST /v1/v1/chat/completions HTTP/1.1" 404 Not Found INFO: 192.168.2.100:4724 - "POST /v1/v1/chat/completions HTTP/1.1" 404 Not Found

snssll commented 5 months ago

Our service only responds to @app.post("/openai/chat/completions"). You can try modifying the code on line 51 or changing the request URL to match this endpoint.