Open zjrwtx opened 1 year ago
Ah. The curse of Windows. You need to build it manually
And rather than doing go install .
, do go build .
. The executable should show up in the current working directory
And rather than doing
go install .
, dogo build .
. The executable should show up in the current working directory well ,i solve it,but there is a new problem,400error
You need double quotes for header
curl "http://localhost:8080/api/ask" -X POST --header "Authorization: API_KEY" -d '{"content": "1+1"}'
Also don't fill out conversation_id and parent_id if not present
Windows might do some weird stuff with some characters
it still has error
There is some weird thing going on with quotes in windows. You might want to try out postman or some other HTTP tools. Or maybe try escaping the special characters with \
![Uploading image.png…]() it appears that 404error
You're making GET requests. It has to be POST request
And you're missing the content/payload data
And you're missing the content/payload data
not really understand what you mean,
Now the issue here is that you haven't connected any Agents. Check out https://github.com/ChatGPT-Hackers/ChatGPT-API-agent
Make sure the agent can connect to the server
acactual,i have already make it
Can you screenshot the server output and see if there is a request made to /client/register?
Can you screenshot the server output and see if there is a request made to /client/register?
I have completed the anget on Firefox, but the access interface is still 400.Could you tell me how to do it
The agent is failing to register for an unknown reason. You can try to debug via the browser console
I have pulled the latest code, but I still can't register the link pool. How can I run the api/ask interface
This might be a bug with the agent. You need to debug that part.
I’ve met the same problem of getting error 503, no available clients. When I try to login to the chatgpt agent. This page is like this. It seems openai 've blocked this attempt.
They are getting better at detecting bots, even in browsers. It's annoying that they're watching