From b1fd2804912226d3180b5f24c23a2e465618fb23 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 29 Aug 2025 16:33:11 -0600 Subject: [PATCH] Added LLM agent aliases to bash --- .bash_aliases | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 3f13531..bfee183 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -33,3 +33,7 @@ alias editalias='nvim ~/.bash_aliases' alias rm='rm -i' alias search='grep -i' alias trash='~/.scripts/trash.sh' + +# AI agents +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 '