node-chatgpt-api icon indicating copy to clipboard operation
node-chatgpt-api copied to clipboard

A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.

Results 85 node-chatgpt-api issues
Sort by recently updated
recently updated
newest added

The reverse proxy servers worked great, but as of just now both of the two reverse proxy servers are down now, which seems inevitable given how many requests they would...

Undici is a more modern, stable, performant fetch library.

nodejs 16.18.0 after set the apikey npm install npm start when post to /conversation , the server echo en error FetchError: request to https://api.openai.com/v1/completions failed, reason: getaddrinfo ENOTFOUND api.openai.com at...

invalid

send final result(which contain important info such as conversationId) when stream is true

I'm running into some issues, When I deploy locally bing returns correctly, When I deploy on the server but no results are returned, Have you ever encountered this? I guarantee...

Thanks @waylaidwanderer for this excellent work. But as a TypeScript developer, I wanted to ask if it is possible to add a typescript documentation when available.

enhancement
help wanted

I cannot access my Bing after using the reverse-engineered API, and the API doesn't work with my cookies as well, saying that it is not authorized. The browser end wouldn't...

invalid

[{"type":2,"invocationId":"11","item":{"firstNewMessageIndex":null,"suggestedResponses":null,"conversationId":"xxxxxx","requestId":"xxxxxx","telemetry":{"metrics":null,"startTime":"2023-02-17T08:22:07.5418739Z"},"result":{"value":"InvalidSession","message":"Conversation 'xxxxxx' doesn't exist or has expired. Conversations expire after 06:00:00 minutes.","serviceVersion":"20230216.117"}}},{"type":3,"invocationId":"11"}] The sendMessage will never return

bug

![image](https://user-images.githubusercontent.com/100210045/219853879-2ffce921-7917-4507-85e8-b5891e4607f7.png) ![image](https://user-images.githubusercontent.com/100210045/219853947-ece63448-0cd4-4885-958f-309936ad52cb.png)