Skip to content

Commit a0a9ae0

Browse files
authored
Merge pull request #6 from spiceai/jeadie/24-12-19/utoipa
add utoipa
2 parents cbb15ef + c990beb commit a0a9ae0

File tree

4 files changed

+66
-64
lines changed

4 files changed

+66
-64
lines changed

async-openai/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ secrecy = { version = "0.8.0", features = ["serde"] }
4848
bytes = "1.6.0"
4949
eventsource-stream = "0.2.3"
5050
tokio-tungstenite = { version = "0.24.0", optional = true, default-features = false }
51+
utoipa = "5.2.0"
52+
5153

5254
[dev-dependencies]
5355
tokio-test = "0.4.4"

0 commit comments

Comments
 (0)