Skip to content

Instantly share code, notes, and snippets.

View grantbarrett's full-sized avatar

Grant Barrett grantbarrett

View GitHub Profile
@louis030195
louis030195 / package.json
Last active February 1, 2025 08:20
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"
}
}