Make it compatible with the Mistral API

This commit is contained in:
Clément Renault
2025-05-16 14:33:53 +02:00
parent b9716ec346
commit 341183cd57
3 changed files with 14 additions and 12 deletions

8
Cargo.lock generated
View File

@ -475,9 +475,8 @@ dependencies = [
[[package]]
name = "async-openai"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ac0334b0fef1ddaf141154a3ef6d55a95b5b1a52c720753554b0a1ca670e68"
version = "0.28.1"
source = "git+https://github.com/meilisearch/async-openai?branch=optional-type-function#603f1d17bb4530c45fb9a6e93294ab715a7af869"
dependencies = [
"async-openai-macros",
"backoff",
@ -502,8 +501,7 @@ dependencies = [
[[package]]
name = "async-openai-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0289cba6d5143bfe8251d57b4a8cac036adf158525a76533a7082ba65ec76398"
source = "git+https://github.com/meilisearch/async-openai?branch=optional-type-function#dd328d4c35ca24c30284c8aff616541ac82eb47a"
dependencies = [
"proc-macro2",
"quote",