Removed OLLAMA_MODELS env variable, now unnecessary

This commit is contained in:
Nathan Schneider
2026-02-03 13:58:38 -07:00
parent eb18e9b4c1
commit 88253a179e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -37,7 +37,6 @@ alias trash='~/.scripts/trash.sh'
# AI agents
llm models default gemma3
export OLLAMA_MODELS=/var/lib/ollama/models
alias c='llm -c'
alias chat='llm -s "You are running locally in a terminal on a modestly resourced computer, so please keep responses concise and efficient. If necessary, provide brief options for further exploration before proceeding with them at any length."' # Uses default
alias transcribe='llm -m qwen2.5vl "Transcribe the handwriting in the attached image into Markdown text with no other output." -a '
-1
View File
@@ -2,7 +2,6 @@
# Install ollama
curl -fsSL https://ollama.com/install.sh | sh
# OLLAMA_MODELS variable is set in ~/.bash_aliases
# Install llm
pipx install llm