vv-llm 0.4.1

Rust implementation surface for vv-llm
Documentation
1
2
3
4
5
6
7
8
9
10
mod messages;
mod retry;
mod tokens;

pub use messages::normalize_text_messages;
pub use retry::RetryPolicy;
pub use tokens::{
    calculate_image_tokens, count_message_tokens, count_token_value_with_settings, count_tokens,
    count_tokens_fallback, count_tokens_with_settings, cutoff_messages,
};