-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.env.example
More file actions
41 lines (32 loc) · 1.1 KB
/
.env.example
File metadata and controls
41 lines (32 loc) · 1.1 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
# 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
# Optional: Provider-specific Configuration
# Add any provider-specific configuration variables here
# Example: OPENAI_ORG_ID=#Your OpenAI Organization ID if needed