chatgpt-optimized-official
Version:
ChatGPT Client using official OpenAI API
68 lines (67 loc) • 1.42 kB
JSON
{
"name": "chatgpt-optimized-official",
"version": "1.4.1",
"description": "ChatGPT Client using official OpenAI API",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "npm run build;node examples/chat.js",
"startcli": "npm run build;node examples/cli.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanfalcon95/ChatGPT-Optimized-Official.git"
},
"keywords": [
"chatgpt",
"gpt3",
"gpt",
"Language",
"model",
"Natural",
"language",
"processing",
"(NLP)",
"Dialogue",
"generation",
"Conversation",
"Chatbot",
"Generative",
"Pre-trained",
"Transformer",
"(GPT)",
"Artificial",
"intelligence",
"(AI)",
"Machine",
"learning",
"(ML)",
"Pre-training",
"Transfer",
"learning",
"Text",
"generation",
"Text",
"prediction",
"OpenAI"
],
"author": "JFAL",
"license": "MIT",
"devDependencies": {
"@types/node": "18.11.18",
"tsc-watch": "6.0.0",
"typescript": "4.9.4"
},
"dependencies": {
"axios": "1.3.2",
"chatgpt-optimized-official": "file:",
"dbcontext": "1.0.1",
"gpt-3-encoder": "1.1.4",
"openai": "^4.47.1"
},
"bugs": {
"url": "https://github.com/jonathanfalcon95/ChatGPT-Optimized-Official/issues"
},
"homepage": "https://github.com/jonathanfalcon95/ChatGPT-Optimized-Official#readme"
}