A really simple personal notebook interface to Ollama. Supports forking conversations from any point with persistent conversation history.
running
- install Rust
- install Ollama
cargo install --git "https://github.com/ckampfe/ochat"./ochatorRUST_LOG=debug ./ochatif you want debug loggingopen localhost:3000
You can also just clone and build the project that way:
git clone https://github.com/ckampfe/ochatRUST_LOG=debug cargo runopen localhost:3000
See the help like:
cargo run -- -h
technologies
Rust, HTMX, SQLite
notes
I'm actually pretty bearish when it comes to LLMs. At this point I don't know if they're anything more than toys. I just wanted to build this because it seemed like a fun little project with a contrained scope that would yield useful results quickly.
