feat:Add AI Model

This commit is contained in:
2025-02-23 02:50:22 +05:30
parent 8d9339cdea
commit 4b7501acf5
5 changed files with 372 additions and 0 deletions
+10
View File
@@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.22.0",
"@huggingface/transformers": "^3.3.3",
"@xenova/transformers": "^2.17.2",
"bcrypt": "^5.1.1",
@@ -38,6 +39,15 @@
"tslib": "^2.4.0"
}
},
"node_modules/@google/generative-ai": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.22.0.tgz",
"integrity": "sha512-mLR3PDWCk5O/BWNyDvFDIiwKeXQmFGZ+kJFd9m73QrUPCFREttJyVbBPTW4y9CwTbaltLMDaLDfroCrRv5Bl8Q==",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@huggingface/jinja": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.3.3.tgz",