-
Notifications
You must be signed in to change notification settings - Fork 630
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 991 Bytes
/
.env.example
File metadata and controls
34 lines (26 loc) · 991 Bytes
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
# Stream API credentials
STREAM_API_KEY=your_stream_api_key_here
STREAM_API_SECRET=your_stream_api_secret_here
EXAMPLE_BASE_URL=https://pronto.getstream.io
# Deepgram API credentials
DEEPGRAM_API_KEY=your_deepgram_api_key_here
# ElevenLabs API credentials
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
ELEVENLABS_VOICE_ID=voice_id_to_use
# OpenAI API credentials
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODEL=model_to_use
OPENAI_REALTIME_MODEL=gpt-4o-realtime-preview
# Google Gemini API credentials
GOOGLE_API_KEY=your_google_api_key_here
# Alternative environment variable name (both supported)
GEMINI_API_KEY=your_gemini_api_key_here
# Cartesia API credentials
CARTESIA_API_KEY=your_cartesia_api_key_here
# Anthropic API credentials
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Roboflow API credentials
ROBOFLOW_API_KEY=your_roboflow_api_key_here
ROBOFLOW_API_URL=your_roboflow_api_url_here
# LemonSlice API credentials
LEMONSLICE_API_KEY=your_lemonslice_api_key_here