mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00

- Increase default maximum tokens in CLI configuration to 256. - Refactor and reorganize CLI
34 lines
750 B
JSON
34 lines
750 B
JSON
{
|
|
"name": "predict-otron-9000",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"openai": "^5.16.0"
|
|
}
|
|
},
|
|
"node_modules/openai": {
|
|
"version": "5.16.0",
|
|
"resolved": "https://registry.npmjs.org/openai/-/openai-5.16.0.tgz",
|
|
"integrity": "sha512-hoEH8ZNvg1HXjU9mp88L/ZH8O082Z8r6FHCXGiWAzVRrEv443aI57qhch4snu07yQydj+AUAWLenAiBXhu89Tw==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|