Added optional AI setup

This commit is contained in:
Nathan Schneider
2026-02-03 13:44:55 -07:00
parent 2f63b688f9
commit eb18e9b4c1
5 changed files with 28 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Local AI system installation
# Install ollama
curl -fsSL https://ollama.com/install.sh | sh
# OLLAMA_MODELS variable is set in ~/.bash_aliases
# Install llm
pipx install llm
llm install llm-ollama
echo "After restart, install some models with `ollama pull MODELNAME`!"