update toml
This commit is contained in:
Generated
+1
-1
@@ -2426,7 +2426,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "openai_dive"
|
name = "openai_dive"
|
||||||
version = "1.3.2"
|
version = "1.3.2"
|
||||||
source = "git+https://github.com/jhqxxx/openai-client.git#83363a83fbd73273e2a1474ca7fdfb1a899e82d4"
|
source = "git+https://github.com/jhqxxx/openai-client.git?branch=master#83363a83fbd73273e2a1474ca7fdfb1a899e82d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"derive_builder",
|
"derive_builder",
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ base64 = "0.22.1"
|
|||||||
num = "0.4.3"
|
num = "0.4.3"
|
||||||
minijinja = "2.12.0"
|
minijinja = "2.12.0"
|
||||||
tokenizers = "0.22.1"
|
tokenizers = "0.22.1"
|
||||||
openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", version = "1.3.2", features = ["stream"]}
|
openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", version = "1.3.2", branch = "master", features = ["stream"]}
|
||||||
uuid = { version = "1.18.1", features = ["v4"]}
|
uuid = { version = "1.18.1", features = ["v4"]}
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.42"
|
||||||
rocket = "0.5.1"
|
rocket = "0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user