From ca936bd56966c4787903a13cdd72ecf9cb9a5eba Mon Sep 17 00:00:00 2001 From: padillamt Date: Tue, 15 Jul 2025 18:11:50 -0700 Subject: [PATCH] inworld: added Inworld to list of needed credentials --- dot-env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-env.template b/dot-env.template index ab085757f..d79b67c63 100644 --- a/dot-env.template +++ b/dot-env.template @@ -76,6 +76,9 @@ GROQ_API_KEY=... # Grok GROK_API_KEY=... +# Inworld +INWORLD_API_KEY=... + # Together.ai TOGETHER_API_KEY=...