Show HN: Quick and dirty local LLM terminal buddy in Rust

https://github.com/timschmidt/llmterm
by timschmidt • 2 years ago
1 0 2 years ago

A friend was frustrated with the limitations on the free tier of https://www.warp.dev/ so I threw this together in an evening.

Uses kalosm for interfacing with the llm, just runs commands through sh, logs the command and output, and passes the history to the llm for prompting.

Maybe someone will have suggestions for making it better, or it could give someone a start for their own little project.

Related Stories

Loading related stories...

Source preview

github.com