Introduce the first version of the /chat route that mimics the OpenAI API

This commit is contained in:
Clément Renault
2025-05-13 11:19:32 +02:00
parent bed442528f
commit 0efb72fe66
3 changed files with 35 additions and 2 deletions

4
Cargo.lock generated
View File

@ -6067,9 +6067,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.45.0"
version = "1.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
dependencies = [
"backtrace",
"bytes",