cli-ai-smollm2
Version:
A blazing-fast, privacy-first CLI chatbot powered by SmolLM2-135M-Instruct.
37 lines (36 loc) • 791 B
JSON
{
"name": "cli-ai-smollm2",
"version": "1.0.3",
"description": "A blazing-fast, privacy-first CLI chatbot powered by SmolLM2-135M-Instruct.",
"author": "Aditya Chaurasia",
"license": "MIT",
"homepage": "https://aditya-chaurasia.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/Cat-The-Developer-2/cli-ai.git"
},
"type": "module",
"main": "index.js",
"bin": {
"cli-ai-smollm2": "./index.js"
},
"scripts": {
"start": "node ."
},
"keywords": [
"cli",
"chatbot",
"ai",
"smollm",
"offline",
"local-llm"
],
"dependencies": {
"@huggingface/transformers": "^3.7.0",
"chalk": "^5.4.1",
"figlet": "^1.8.2",
"inquirer": "^12.8.2",
"ora": "^8.2.0",
"stopwatch-node": "^1.1.0"
}
}