can transcribe in the ui
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-20 14:49:59 -06:00
parent 85eb8bcefa
commit 6fc4a686f8
13 changed files with 587 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ source!([".env", System.get_env()])
config :elixir_ai,
ai_endpoint: System.get_env("AI_RESPONSES_ENDPOINT"),
ai_token: System.get_env("AI_TOKEN"),
ai_model: System.get_env("AI_MODEL")
ai_model: System.get_env("AI_MODEL"),
whisper_endpoint: System.get_env("WHISPER_ENDPOINT")
# config/runtime.exs is executed for all environments, including
# during releases. It is executed after compilation and before the