llm_stream 0.3.1

A very simple Rust library to simplify streaming api interaction with LLMs, free from complex async operations and redundant dependencies.
Documentation
1
2
3
4
5
6
pub mod anthropic;
pub mod error;
pub mod google;
pub mod mistral;
pub mod mistral_fim;
pub mod openai;