Removed OLLAMA_MODELS env variable, now unnecessary
This commit is contained in:
@@ -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 '
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user