Pre-requisites:
- Ollama
- Glow
This should enhance the existing ollama ux:
Everything that the TUI ollama provides with the extra following:
- multi-line input
- prettified ollama response with
glow
- chat history
- more?...
The existing ollama tui doesnt make it easy to distinguish between code blocks and rich formatting. This program aims to solve that.
jarvis.mp4
Need to work on the flickering issue. Unfortunately the markdown renderer glow
does not support input streaming into the stdin. so had to find a hack which causes this flickering issue.