From 4321f44d21afe124f830b2fd322ae118c4d7634e Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 3 Feb 2026 14:08:06 -0700 Subject: [PATCH] removed llm default command --- .bash_aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 08abf19..0e213eb 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -36,7 +36,6 @@ alias search='grep -i' alias trash='~/.scripts/trash.sh' # AI agents -llm models default gemma3 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 '