Skip to content

Commit c990beb

Browse files
committed
add utoipa
1 parent eb10e6a commit c990beb

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)