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
+3 -3
View File
@@ -1,10 +1,10 @@
// use crate::models::GenerateStream;
use aha_openai_dive::v1::resources::chat::{
ChatCompletionChunkResponse, ChatCompletionParameters, ChatCompletionResponse,
};
use anyhow::{Result, anyhow};
use candle_core::{D, DType, Device, IndexOp, Tensor};
use candle_nn::VarBuilder;
use openai_dive::v1::resources::chat::{
ChatCompletionChunkResponse, ChatCompletionParameters, ChatCompletionResponse,
};
use rocket::async_stream::stream;
use rocket::futures::Stream;