Lucas-C-R commited on
Commit
9feb977
·
1 Parent(s): 6f2fcfc

chore: add .env example file

Browse files
Files changed (1) hide show
  1. .env.example +9 -0
.env.example ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ OPENAI_API_KEY="sk-proj-..."
2
+ TAVILY_API_KEY="tvly-dev-..."
3
+ GROQ_API_KEY="gsk_..."
4
+ HF_TOKEN="hf_..."
5
+
6
+ SPACE_ID="<your user>/<space name>"
7
+
8
+ SUPABASE_URL="..."
9
+ SUPABASE_KEY="..."