mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Introduce the first version of the /chat route that mimics the OpenAI API
This commit is contained in:
parent
5d0d12dfbd
commit
5400f3941a
6 changed files with 251 additions and 5 deletions
|
@ -31,7 +31,7 @@ anyhow = "1.0.95"
|
|||
bytes = "1.9.0"
|
||||
convert_case = "0.6.0"
|
||||
flate2 = "1.0.35"
|
||||
reqwest = { version = "0.12.12", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
reqwest = { version = "0.12.15", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["milli/all-tokenizations"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue