Added LLM agent aliases to bash
This commit is contained in:
@@ -33,3 +33,7 @@ alias editalias='nvim ~/.bash_aliases'
|
|||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
alias search='grep -i'
|
alias search='grep -i'
|
||||||
alias trash='~/.scripts/trash.sh'
|
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 '
|
||||||
|
|||||||
Reference in New Issue
Block a user