✨ An elegant terminal interface (TUI) for interacting with DeepSeek LLM models via Ollama, built in Go!
🚀 Intuitive Interface
- Conversation list in the left sidebar
- Auto-scrolling main chat area
- Colored messages (user/assistant)
- Support multiple chat sessions
🤖 AI integration
- Connection to DeepSeek models via Ollama
- Real-time responses
⚙️ Technology
- Developed in Go with library tview
- Responsive and adaptive design
- Ollama installed and running
- DeepSeek-R1 model installed (
ollama pull deepseek-r1
) - Go 1.20+ for compilation
git clone https://github.com/azevedoguigo/deepseek-tui
cd deepseek-tui
go mod download
cd cmd/app
go build -o deepseek-tui
./deepseek-tui