From c1f6a4e0790d09904c315e437dfce6ecaf3eed89 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Thu, 27 Mar 2025 07:44:05 -0300 Subject: [PATCH] Adding PIPER_BASE_URL to the env template. --- dot-env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-env.template b/dot-env.template index 2da20fc0b..f0b5bdc0f 100644 --- a/dot-env.template +++ b/dot-env.template @@ -90,3 +90,6 @@ ASSEMBLYAI_API_KEY=... # OpenRouter OPENROUTER_API_KEY=... + +# Piper +PIPER_BASE_URL=... \ No newline at end of file