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 597e49a commit 4188e3dCopy full SHA for 4188e3d
shai-llm/Cargo.toml
@@ -6,6 +6,8 @@ edition = "2021"
6
[dependencies]
7
# New LLM module dependencies
8
async-trait = "0.1"
9
+openssl = { version = "0.10", features = ["vendored"] }
10
+native-tls = { version = "0.2", features = ["vendored"] }
11
reqwest = { version = "0.12", features = ["json", "stream"] }
12
futures = "0.3"
13
serde = { version = "1.0", features = ["derive"] }
@@ -49,4 +51,3 @@ path = "src/examples/function_calling.rs"
49
51
[[example]]
50
52
name = "function_calling_streaming"
53
path = "src/examples/function_calling_streaming.rs"
-
0 commit comments