Skip to content

Instantly share code, notes, and snippets.

@k1000
k1000 / package.json
Created August 18, 2024 06:45 — forked from louis030195/package.json
A 100% local and typescript LLM in Apple Shortcut to be used everywhere on your computer in <1 second
{
"dependencies": {
"@llama-node/llama-cpp": "^0.0.32",
"llama-node": "^0.0.32"
},
"devDependencies": {
"@types/node": "^18.16.3"
}
}