add tests

This commit is contained in:
LeonardoTrapani
2025-08-16 17:46:50 +02:00
parent feda62a7d4
commit 0b64a71afd
9 changed files with 2814 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type Config struct {
func DefaultConfig() Config {
return Config{
Provider: "openai",
Language: "en",
Language: "it",
ChunkSize: 16384,
BufferTime: 2 * time.Second,
Model: "whisper-1",