Logo
Explore Help
Sign In
studio/mistralai-client-rs
2
0
Fork 0
You've already forked mistralai-client-rs
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
67aa5bbaef806f5ccdfe65b52e2e3f235101429f
mistralai-client-rs/src/v1/mod.rs

11 lines
169 B
Rust
Raw Normal View History

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:28:50 +01:00
pub mod chat;
pub mod chat_stream;
feat: add chat completion without streaming
2024-03-03 15:20:30 +01:00
pub mod client;
pub mod common;
pub mod constants;
feat!: add client.embeddings() method BREAKING CHANGE: Models are now enforced by `Model` & `EmbedModel` enums.
2024-03-04 03:14:23 +01:00
pub mod embedding;
feat: add chat completion without streaming
2024-03-03 15:20:30 +01:00
pub mod error;
refactor: rename ListModels* to ModelList*
2024-03-04 01:56:48 +01:00
pub mod model_list;
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:28:50 +01:00
pub mod tool;
pub mod utils;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 28ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API