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

View File

@ -112,7 +112,7 @@ utoipa = { version = "5.3.1", features = [
"openapi_extensions",
] }
utoipa-scalar = { version = "0.3.0", optional = true, features = ["actix-web"] }
async-openai = "0.28.1"
async-openai = { git = "https://github.com/meilisearch/async-openai", branch = "optional-type-function" }
actix-web-lab = { version = "0.24.1", default-features = false }
[dev-dependencies]