update dependences

This commit is contained in:
jhqxxx
2025-10-27 10:55:40 +08:00
parent 324805fc5a
commit 1dcccf5aeb
13 changed files with 53 additions and 52 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ pub mod qwen2_5vl;
pub mod qwen3vl;
pub mod voxcpm;
use anyhow::Result;
use openai_dive::v1::resources::chat::{
use aha_openai_dive::v1::resources::chat::{
ChatCompletionChunkResponse, ChatCompletionParameters, ChatCompletionResponse,
};
use anyhow::Result;
use rocket::futures::Stream;
pub trait GenerateModel {