artifacts: move some of the artifacts code into its own module

This commit is contained in:
2026-06-09 19:16:41 +02:00
parent ad90df7767
commit 7f2dd6f8b2
4 changed files with 52 additions and 37 deletions
+1
View File
@@ -21,6 +21,7 @@ mod transcription;
mod tts;
mod prediction;
mod audio;
mod artifacts;
// TODO: We should be able to delete entries from the conversation, or at least go back and edit something I said.
// TODO: I want a "mark" command or keyboard shortcut, that inserts a marker into the log, so I know where to come back for the next speaking segment.