-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 1016 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 1016 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
# ============================================================
# TTA Middleware Configuration
# ============================================================
# Default TTA Provider (optional)
# Options: elevenlabs, google-lyria
TTA_DEFAULT_PROVIDER=elevenlabs
# ============================================================
# ElevenLabs
# ============================================================
# Sound effects and music generation
# Models: eleven_text_to_sound_v2 (SFX), music_v1 (Music)
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
# ============================================================
# Google Cloud (Vertex AI) - Lyria
# ============================================================
# Instrumental music generation via Vertex AI
# Models: lyria-002
# Project ID (required)
GOOGLE_CLOUD_PROJECT=your-google-cloud-project-id
# Region (optional, default: us-central1)
GOOGLE_CLOUD_REGION=us-central1
# Service Account JSON file (required)
GOOGLE_APPLICATION_CREDENTIALS=./service-account.json