ChatGPT-API-server
ChatGPT-API-server copied to clipboard
API server for ChatGPT
Hi, Thank you for this project. I've successfully installed agent and server, I passed the "no available client" prompt and all other API errors Anyway, when I send the POST...
 
Hello, I'm reading the instructions, but am confused on how/where to use this. "Go" is already installed and so is "github.com/ChatGPT-Hackers/ChatGPT-API-server@latest", but where do you move on from there? I...
First of all, sorry for my ignorance. I haven't clear the propose of this server, I was expecting a server API to can request directly to it the asking sentences...
when I input the conversation_id, it give back the error "{"error":"No available clients"}"
Install the server and agent base on the tutorial: the server shows:  seems it get connected. and I use the : curl "http://192.168.xxx.xxx:8080/api/ask" -X POST --header 'Authorization: xxxxxxxxxx '...
I think we can add default number of retry to each incoming request to `/api/ask` endpoint. Instead of returning `Content-Type: 'application/json'` we could return `Content-Type: 'text/event-stream'`. With this change it...
Hi there, Yesterday I ran `/api/ask` and it was okay, but today it returned `404 page not found` after a long period of hanging. What can I do to fix...
I rent an ECS and have installed and configured software. Is the following procedure correct? Step 1, first operate: curl "http://*. *. *. *: 8088/client/register" - X GET Step 2,...