Twelve2five commited on
Commit
a7df83b
·
verified ·
1 Parent(s): 6cb631c

Create .env.template

Browse files
Files changed (1) hide show
  1. .env.template +6 -0
.env.template ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+
2
+ 2. Create a `.env.template` file showing required environment variables:
3
+ ```
4
+ DEEPSEEK_API_KEY=your_api_key_here
5
+ ELEVENLABS_API_KEY=your_api_key_here
6
+ ```