Files
mistralai-client-rs/tests/setup.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

4 lines
79 B
Rust

pub fn setup() {
let _ = env_logger::builder().is_test(true).try_init();
}