-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
44 lines (34 loc) · 1.3 KB
/
.env.example
File metadata and controls
44 lines (34 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Server Configuration
PORT=3000
NODE_ENV=DEV
LOG_LEVEL=info
API_URL=http://localhost:3000
WEBSOCKET_URL=ws://localhost:3000
TIMEOUT=30000
JWT_SECRET=#A unique JWT secret for authentication
# OpenAI Configuration
OPENAI_API_KEY=#Your OpenAI API Key
# AzureAI Configuration
AZUREAI_API_KEY=#Your AzureAI API Key
AZUREAI_ENDPOINT=#Your AzureAI Endpoint URL (e.g., https://your-resource.openai.azure.com)
# Anthropic Configuration
ANTHROPIC_API_KEY=#Your Anthropic API Key
# Google Gemini Configuration
GEMINI_API_KEY=#Your Google Gemini API Key
# Groq Configuration
GROQ_API_KEY=#Your Groq API Key
# Mistral Configuration
MISTRAL_API_KEY=#Your Mistral API Key
#xAI API Key
XAI_API_KEY=#Your key
# Additional Services
DEEPGRAM_API_KEY=#Your Deepgram API Key for speech-to-text functionality
GITHUB_TOKEN=#Your GitHub access token for GitHubCard functionality
## Text to Speech
PLAYHT_USER_ID=#Your PlayHT user ID
PLAYHT_API_KEY=#The unique API key from play.ht
ELEVENLABS_API_KEY=#Your API Key for Eleven Labs
MONGODB=#Your MongoDB connection string and database
DATA=#Your folder path to save your files. If running in Nodemon, make sure you update your nodemon.json so that changes in this file do not trigger reloads
# Optional: Provider-specific Configuration
# Add any provider-specific configuration variables here