llm 1.3.8

A Rust library unifying multiple LLM backends.
Documentation
1
2
3
4
5
6
7
8
9
10
#[path = "handlers/chat.rs"]
mod chat;

#[path = "handlers/chain.rs"]
mod chain;

#[path = "handlers/helpers.rs"]
mod helpers;

pub use chat::handle_chat;