This commit is contained in:
2024-09-13 15:09:11 -04:00
parent 66ccf666b0
commit 2ab44224b4
5 changed files with 200 additions and 52 deletions

View File

@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.17.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"extend": "^3.0.2",
@ -45,6 +46,14 @@
"node": "10 || 12 || 14 || 16 || 18"
}
},
"node_modules/@google/generative-ai": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.17.1.tgz",
"integrity": "sha512-TgWz02c5l2XJlEDys81UVat5+Qg9xqmYah7tQt6xlsBwFvzIFPz64aZFGd1av2sxT22NsssqLATjNsusAIJICA==",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@types/component-emitter": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz",