update fmt

This commit is contained in:
jhqxxx
2026-03-31 13:08:25 +08:00
parent 3e510a4172
commit c5551e7fb8
12 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::{pin::pin, time::Instant};
use aha::params::chat::ChatCompletionParameters;
use aha::models::{GenerateModel, deepseek_ocr::generate::DeepseekOCRGenerateModel};
use aha::params::chat::ChatCompletionParameters;
use anyhow::Result;
use rocket::futures::StreamExt;