chatgpt-fine-tuning
Version:
Easily tune your models.
37 lines (36 loc) • 962 B
JSON
{
"name": "chatgpt-fine-tuning",
"version": "1.0.0",
"description": "Easily tune your models.",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --target=node10.4 --outfile=dist/index.cjs && tsc --emitDeclarationOnly",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgomezp/chatgpt-fine-tuning.git"
},
"keywords": [
"ai",
"chatgpt",
"fine",
"tuning"
],
"author": "Rodrigo Gomez-Palacio",
"license": "MIT",
"bugs": {
"url": "https://github.com/rgomezp/chatgpt-fine-tuning/issues"
},
"homepage": "https://github.com/rgomezp/chatgpt-fine-tuning#readme",
"devDependencies": {
"@types/node": "^20.11.30",
"esbuild": "^0.20.2",
"typescript": "^5.4.3"
},
"dependencies": {
"chatgpt": "5.2.5"
}
}