Implement LLaMA chat client as interaction
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"dependencies": {
|
||||
"discord.js": "^14.13.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"modelfusion": "^0.135.1",
|
||||
"jsdom": "^22.1.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"modelfusion": "^0.135.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
"sqlite": "^5.0.1",
|
||||
"sqlite3": "^5.1.6"
|
||||
},
|
||||
@@ -15,6 +15,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npx tsc && node bot.js",
|
||||
"sync": "npx tsc && node sync.js"
|
||||
"sync": "npx tsc && node sync.js",
|
||||
"deploy": "npx tsc && node deploy.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user