custom models

This commit is contained in:
2026-06-10 21:05:04 +10:00
parent fadcc460e2
commit 6a731c7a75
5 changed files with 138 additions and 42 deletions

19
package-lock.json generated
View File

@@ -18,6 +18,7 @@
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"marked": "^17.0.3",
"openai": "^6.42.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.0"
@@ -5018,6 +5019,24 @@
"wrappy": "1"
}
},
"node_modules/openai": {
"version": "6.42.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.42.0.tgz",
"integrity": "sha512-1WFEt/uXMXOLhYRNkgJWo08Y2YNvNwpVU72K7ibrWgWpNOXd4VojXLbe6SQ4bLiUQ3Y8jz4IiyVkylJCL1DtZg==",
"license": "Apache-2.0",
"peerDependencies": {
"ws": "^8.18.0",
"zod": "^3.25 || ^4.0"
},
"peerDependenciesMeta": {
"ws": {
"optional": true
},
"zod": {
"optional": true
}
}
},
"node_modules/p-cancelable": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",