We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1742280 + 662ad80 commit c86fadaCopy full SHA for c86fada
package.json
@@ -75,12 +75,14 @@
75
"shelljs": "0.8.5",
76
"tslib": "2.3.0",
77
"typescript": "5.3.3",
78
- "zone.js": "0.14.3"
+ "zone.js": "0.14.3",
79
+ "@xenova/transformers": "2.17.2",
80
+ "openai": "4.57.0"
81
},
82
"scripts": {
83
"ng": "ng",
84
"start": "npm run build && node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng serve",
85
"build:prod": "node ./node_modules/@angular/cli/bin/ng build --aot --source-map=false --vendor-chunk=true --output-hashing none",
86
"build": "gulp Angular-latest-changes && gulp styles-replace"
87
}
-}
88
+}
0 commit comments