llm 1.3.8

A Rust library unifying multiple LLM backends.
Documentation
1
2
3
4
5
6
7
8
mod chunks;
mod events;
mod response_helpers;
mod responses;
mod sse;

pub(crate) use chunks::create_responses_stream_chunks;
pub(crate) use responses::create_responses_stream_responses;