chabeau 0.7.3

A full-screen terminal chat interface that connects to various AI APIs for real-time conversations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod auth;
pub mod clipboard;
pub mod color;
pub mod editor;
pub mod input;
pub mod line_editor;
pub mod logging;
pub mod scroll;
pub mod syntax;
#[cfg(test)]
pub mod test_utils;
pub mod url;