siliconlad / aish

A terminal shell built with AI at the core
6 stars 0 forks source link

LLM command #78

Closed siliconlad closed 1 month ago

siliconlad commented 2 months ago

Some usecases call for an llm builtin command:

echo "Generate commit message" > input.txt;
input.txt > llm  // Inputs contents of file into llm as a prompt.