I rent an ECS and have installed and configured software. Is the following procedure correct?
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, operate again: curl "http://*. *. *: 8088/api/ask" - X POST -- header 'Authorization: sk111' - d '{"content": "Hello world"}'
Curl "http://*. *. *: 8088/client/register" - X GET, get the error prompt: Bad Request
How to solve it?
are you running chagpt agent on a firefox instance?
You have to use a dedicated agent
How should I use it?
Read Readme https://github.com/ChatGPT-Hackers/ChatGPT-API-agent/
For servers, https://github.com/acheong08/ChatGPT-lite avoids browsers at the cost of privacy
I have installed and run the extension of Firefox, but it is still the same as before. What is the matter?