From 532d675dcd48849caac038926c29c1cf834df02b Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 16 Sep 2025 10:39:19 -0600 Subject: [PATCH] Added spanish llm --- .bash_aliases | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index bfee183..aecd481 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -35,5 +35,7 @@ alias search='grep -i' alias trash='~/.scripts/trash.sh' # AI agents +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 ' +alias transc='llm -m qwen2.5vl "Transcribe the handwriting in the attached image into Markdown text with no other output." -a ' +alias esp='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."'