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) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatGptRoleList = void 0; var chat_gpt_role_list_1 = require("./chat-gpt-role-list"); Object.defineProperty(exports, "ChatGptRoleList", { enumerable: true, get: function () { return chat_gpt_role_list_1.ChatGptRoleList; } });