transcription: split out transcription task into separate module

This commit is contained in:
2026-06-03 19:15:37 +02:00
parent 1e6f88ab87
commit f1e6684d9c
3 changed files with 151 additions and 130 deletions
-2
View File
@@ -1,10 +1,8 @@
use async_openai::types::chat::*;
use chrono::Duration;
use crossterm::event::MediaKeyCode::Play;
use schemars::schema_for;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlite::OpenFlags;
use crate::GeneratedResponses;