From 32c39beed00c1a6d4cc8b274ffa8d66bf90c5db4 Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Sun, 26 Oct 2025 23:28:20 +0800 Subject: [PATCH] update toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 169889e..8af521e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,7 +2446,7 @@ dependencies = [ [[package]] name = "openai_dive" 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 = [ "bytes", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index fbb7495..07d06a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ base64 = "0.22.1" num = "0.4.3" minijinja = "2.12.0" tokenizers = "0.22.1" -openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", features = ["stream"]} +openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", branch = "master", features = ["stream"]} uuid = { version = "1.18.1", features = ["v4"]} chrono = "0.4.42" rocket = "0.5.1"