ChatGPT-API-server icon indicating copy to clipboard operation
ChatGPT-API-server copied to clipboard

API server for ChatGPT

Results 17 ChatGPT-API-server issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/86822589/209599827-bb5120c5-c973-420f-8efc-270f5ff15d2d.png) ![image](https://user-images.githubusercontent.com/86822589/209600002-e3a75b57-a3c4-42fe-855b-5dabfa23b1b0.png)

bug
help wanted
good first issue

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: ![image](https://user-images.githubusercontent.com/1379110/209449906-00598488-f0ae-441c-866d-51b84b4666dd.png) 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,...