llama-cpp-python-djs-bot/package.json

25 lines
553 B
JSON
Raw Permalink Normal View History

2023-04-12 14:17:18 +00:00
{
"name": "llama-cpp-python-djs-bot",
"version": "1.0.0",
"description": "",
"main": "llamabot.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-05-05 15:00:40 +00:00
"cheerio": "^1.0.0-rc.12",
"cpu-stat": "^2.0.1",
"discord.js": "^14.9.0",
2023-04-12 14:17:18 +00:00
"dotenv": "^16.0.3",
2023-08-15 03:00:23 +00:00
"gpt-tokenizer": "^2.1.1",
"llama-tokenizer-js": "^1.0.0",
"node-fetch": "^3.3.1",
"node-nvidia-smi": "^1.0.0",
2023-08-15 03:00:23 +00:00
"os": "^0.1.2",
"tiktoken": "^1.0.10"
2023-04-12 14:17:18 +00:00
}
}