tenere 0.6.0

TUI interface for LLMs written in Rust
Documentation
1
2
3
4
5
use clap::Command;

pub fn cli() -> Command {
    Command::new("tenere").about("TUI interface for LLMs built in Rust")
}