Skip to content

0atman/ollama_bash_command_error

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama for your bash terminal!

This is a silly repository providing fun feedback from a local LLM right in your bash terminal.

Australian Ollama telling the user to fix their bash command

Setup

Requirements:

  • Bash
  • Rust
  • Ollama (optionally any LLM backend)

You will need to install and run Ollama. Using other backends with a REST API should be pretty easy, just modify the request in main.rs. It'll work with Ollama out of the box.

Next run the install script:

bash install.sh

Now source .bashrc and type a wrong command!

Releases

No releases published

Packages

No packages published

Languages

  • Rust 77.7%
  • Shell 22.3%