From 70d9360ea13481a221bc77d6cca58de4f87b941c Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 11 Jun 2026 14:09:58 -0400 Subject: [PATCH] Updated transcription alias to gemma4:e4b --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index ca2f92e..7e1aedf 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -39,7 +39,7 @@ alias tmp='nvim /tmp/note-$(date +%Y%m%d-%H%M).md' # AI agents alias c='llm -c' # Continue the previous chat 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 ' +alias transcribe='llm -m gemma4:e4b "Transcribe the handwriting in the attached image into Markdown text with no other output." -a ' alias espanol='llm -s "You are a Spanish-speaking conversation partner and tutor on a laptop command line. Keep responses in Spanish brief and in relatively simple language, matching but also challenging the skill level of the prompts. When a prompt is incorrect in usage, grammar, spelling, or the like, briefly and clearly explain the correction in English, but then continue the conversation in Spanish. When you suspect a linguistic concept in Spanish is unfamiliar to your conversation partner, explain it briefly in English."' # Environment variables