dependencies delete aha_openai_dive,chrono

This commit is contained in:
jhqxxx
2026-03-31 12:30:12 +08:00
parent 363833d8fb
commit 3e510a4172
64 changed files with 1076 additions and 422 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
use std::time::Instant;
use aha::params::chat::ChatCompletionParameters;
use aha::{
models::{
GenerateModel,
@@ -7,7 +8,6 @@ use aha::{
},
utils::audio_utils::{extract_and_save_audio_from_response, save_wav},
};
use aha_openai_dive::v1::resources::chat::ChatCompletionParameters;
use anyhow::{Ok, Result};
#[test]