Better report errors happening with the underlying LLM

This commit is contained in:
Clément Renault
2025-06-03 14:07:38 +02:00
parent f827c2442c
commit 201a808fe2
3 changed files with 200 additions and 32 deletions

View File

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