From 66375e9dff1c6fe09a14b506cdb2371447f9b384 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 14 Jan 2025 09:32:12 -0500 Subject: [PATCH] Update dot-env.template API keys --- dot-env.template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dot-env.template b/dot-env.template index 597c85260..da76ebcc9 100644 --- a/dot-env.template +++ b/dot-env.template @@ -60,3 +60,24 @@ SIMLI_FACE_ID=... # Krisp KRISP_MODEL_PATH=... + +# DeepSeek +DEEPSEEK_API_KEY=... + +# Groq +GROQ_API_KEY=... + +# Grok +GROK_API_KEY=... + +# Together.ai +TOGETHER_API_KEY=... + +# Cerebras +CEREBRAS_API_KEY=... + +# Fish Audio +FISH_API_KEY=... + +# Assembly AI +ASSEMBLYAI_API_KEY=... \ No newline at end of file