From b268ee98e4e664dda65fedf3af09cd051f3142e3 Mon Sep 17 00:00:00 2001 From: starmorph Date: Fri, 23 May 2025 14:32:48 -0700 Subject: [PATCH] update env.example --- .env.example | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 57ca3bb..a07a318 100644 --- a/.env.example +++ b/.env.example @@ -5,9 +5,19 @@ LANGCHAIN_PROJECT=react-agent LANGCHAIN_API_KEY=... # LANGCHAIN_TRACING_V2=true + +#SUPABASE +SUPABASE_URL= +# service role key - do not expose to client +SUPABASE_Key= + # The following depend on your selected configuration ## LLM choice: ANTHROPIC_API_KEY=.... -FIREWORKS_API_KEY=... + OPENAI_API_KEY=... + +#Optional +FIREWORKS_API_KEY=... +