We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57eee59 commit 3dc3278Copy full SHA for 3dc3278
examples/responses-stream/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "responses-stream"
3
version = "0.1.0"
4
edition = "2024"
5
+publish = false
6
7
[dependencies]
8
async-openai = { path = "../../async-openai" }
examples/webhooks/Cargo.toml
name = "webhooks"
edition = "2021"
async-openai = { path = "../../async-openai", features = ["webhook"] }
0 commit comments