minimal-ollama-gtk4-client/src/ui/mod.rs
jrosh 65e5364320
v0.9
cleanup, remove thinking checkbox, add pulldown-cmark and config
2025-09-14 21:03:49 +02:00

4 lines
65 B
Rust

pub mod chat;
pub mod input;
pub mod controls;
pub mod handlers;