mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Implement a first version of a streamed chat API
This commit is contained in:
parent
2cd85c732a
commit
0f05c0eb6f
3 changed files with 180 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue