summaryrefslogtreecommitdiff
path: root/internal/gui
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-22 07:54:57 +0300
committerPaul Buetow <paul@buetow.org>2025-07-22 07:54:57 +0300
commit1cc15cfbd68d45ae6d561e5659422e72bf9ecd1d (patch)
tree92bd29d34fed9c4d28cfe4d94e35b040c0b505bc /internal/gui
parent1365dde5c25e1865b82fbfea50208327d5e3a51c (diff)
Remove audio cache feature to simplify codebase and avoid cache-related issues
πŸ€– Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
Diffstat (limited to 'internal/gui')
-rw-r--r--internal/gui/app.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gui/app.go b/internal/gui/app.go
index cd4b711..6a58286 100644
--- a/internal/gui/app.go
+++ b/internal/gui/app.go
@@ -170,8 +170,6 @@ func New(config *Config) *Application {
OpenAIVoice: "nova",
OpenAISpeed: 0.9,
OpenAIInstruction: "You are speaking Bulgarian language (Π±ΡŠΠ»Π³Π°Ρ€ΡΠΊΠΈ Π΅Π·ΠΈΠΊ). Pronounce the Bulgarian text with authentic Bulgarian phonetics, not Russian. Speak slowly and clearly for language learners.",
- EnableCache: true,
- CacheDir: "./.audio_cache",
}
app.setupUI()