improved visualization in admin menu and change model of transcribe
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
This commit is contained in:
@@ -35,7 +35,7 @@ class Settings(BaseSettings):
|
||||
voice_mode: Literal["api", "browser"] = "api"
|
||||
tts_model: str = "tts-1"
|
||||
tts_voice: str = "alloy"
|
||||
stt_model: str = "whisper-1"
|
||||
stt_model: str = "gpt-4o-mini-transcribe"
|
||||
|
||||
# Admin bootstrap
|
||||
admin_email: str = "admin@fluentgerman.ai"
|
||||
|
||||
Reference in New Issue
Block a user