UNPKG

ts-chatgpt-api

Version:

ChatGPT API is a powerful tool developed on TypeScript that allows developers to easily integrate natural language processing capabilities into their applications. As a large language model trained by OpenAI, ChatGPT is capable of understanding and gener

6 lines (5 loc) 137 B
/** * Put API key here and copy and paste this file to api-key.ts * for run demo script */ export const API_KEY = 'CHAT_GPT_API_KEY';