waylaidwanderer/node-chatgpt-api
Node.js client for accessing ChatGPT and Bing AI chatbots via official OpenAI API and reverse proxy methods.

Velocity · 7d
+3.3
★ / day
Trend
→steady
star history
This library provides a JavaScript/Node.js interface to interact with ChatGPT and Bing AI. It offers multiple access methods including the official OpenAI API using gpt-3.5-turbo, as well as reverse proxy approaches for accessing chat.openai.com directly. The package exposes a ChatGPTClient and BingAIClient, available as an npm module, a REST API server, and a CLI application.