Implement a first version of a streamed chat API

This commit is contained in:
Clément Renault 2025-05-14 11:18:21 +02:00
parent 2cd85c732a
commit 0f05c0eb6f
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 180 additions and 17 deletions

View file

@ -113,6 +113,7 @@ utoipa = { version = "5.3.1", features = [
] }
utoipa-scalar = { version = "0.3.0", optional = true, features = ["actix-web"] }
async-openai = "0.28.1"
actix-web-lab = { version = "0.24.1", default-features = false }
[dev-dependencies]
actix-rt = "2.10.0"