mirror of
https://github.com/langchain-ai/fullstack-chat-server.git
synced 2026-07-01 00:08:16 -04:00
update env.example
This commit is contained in:
+11
-1
@@ -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=...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user