@gptp/core
Version:
Library to supercharge your use of large language models
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "@gptp/core",
"version": "0.7.15",
"description": "Library to supercharge your use of large language models",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/webgptorg/ptp"
},
"contributors": [
"Pavol Hejný <me@pavolhejny.com> (https://www.pavolhejny.com/)"
],
"keywords": [
"autogpt",
"openai",
"gpt-3",
"gpt-4",
"chatgpt",
"ai",
"machine-learning",
"natural-language-processing",
"nlp",
"prompt",
"template",
"pipeline",
"automation",
"text-generation",
"language-model"
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/webgptorg/ptp/issues"
},
"homepage": "https://www.npmjs.com/package/@gptp/core",
"dependencies": {
"n12": "1.6.0",
"spacetrim": "0.9.2"
},
"main": "./umd/index.umd.js",
"module": "./esm/index.es.js",
"typings": "./esm/typings/_packages/core.index.d.ts"
}