UNPKG

nodejs-gpt

Version:

A ChatGPT implementation using the official ChatGPT model via OpenAI's API.

7 lines (5 loc) 261 B
import ChatGPTClient from './src/ChatGPTClient.js'; import ChatGPTBrowserClient from './src/ChatGPTBrowserClient.js'; import BingAIClient from './src/BingAIClient.js'; export { ChatGPTClient, ChatGPTBrowserClient, BingAIClient }; export default ChatGPTClient;