Refactor STT architecture

This commit is contained in:
dwrz
2026-06-15 10:51:17 +00:00
parent 70e1a995f3
commit c71300b1bf
12 changed files with 321 additions and 634 deletions

View File

@@ -1,5 +1,4 @@
// Command odidere serves the odidere voice assistant API.
// It provides STT, LLM, and TTS orchestration via HTTP endpoints.
// See package service for the main orchestration logic and package
// config for configuration options.
package main