Files
mistralai-client-rs/src/v1/mod.rs
Ivan Gabriele 74bf8a96ee feat!: add function calling support to client.chat() & client.chat_async()
BREAKING CHANGE: Too many to count in this version. Check the README examples.
2024-03-09 11:40:07 +01:00

11 lines
169 B
Rust

pub mod chat;
pub mod chat_stream;
pub mod client;
pub mod common;
pub mod constants;
pub mod embedding;
pub mod error;
pub mod model_list;
pub mod tool;
pub mod utils;