MikuAI features: LLM and RVC

This commit is contained in:
James Shiffer
2024-03-31 21:36:09 +00:00
parent 8346f52f23
commit a8efab7788
5 changed files with 225 additions and 65 deletions

View File

@@ -10,11 +10,13 @@
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"form-data": "^4.0.0",
"jsdom": "^22.1.0",
"modelfusion": "^0.135.1",
"node-fetch": "^2.7.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
"sqlite3": "^5.1.6",
"tmp": "^0.2.3"
},
"devDependencies": {
"typescript": "^5.2.2"
@@ -1651,6 +1653,14 @@
"node": ">=8"
}
},
"node_modules/tmp": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz",
"integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==",
"engines": {
"node": ">=14.14"
}
},
"node_modules/tough-cookie": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",