-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env.example
More file actions
44 lines (38 loc) · 2.06 KB
/
config.env.example
File metadata and controls
44 lines (38 loc) · 2.06 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
# IndexTTS2 Voice Chat - Configuration
# Copy this file to config.env and fill in your values
# =============================================================================
# Required: OpenRouter API Key
# =============================================================================
# Get your free API key from: https://openrouter.ai/keys
OPENROUTER_API_KEY=sk-or-v1-your-key-here
# =============================================================================
# Optional: Default Model
# =============================================================================
# See all models: https://openrouter.ai/models
# Vision models (for image upload): GPT-4o, Claude, Gemini, Grok
OPENROUTER_MODEL=x-ai/grok-4.1-fast
# =============================================================================
# Optional: Generation Settings
# =============================================================================
MAX_TOKENS=2000
TEMPERATURE=0.7
# =============================================================================
# Optional: LM Studio (Local LLMs)
# =============================================================================
# If using LM Studio, the app auto-detects the Windows host IP from WSL.
# Only set this if auto-detection fails.
# LM_STUDIO_HOST=172.20.48.1
# =============================================================================
# Optional: Supabase (Cloud Memory Storage)
# =============================================================================
# By default, memory is stored locally in ~/.indextts2_memory
# For cloud sync, set up Supabase and uncomment these:
# SUPABASE_URL=https://your-project.supabase.co
# SUPABASE_KEY=your-anon-key
# =============================================================================
# Optional: Tool Settings
# =============================================================================
# Enable full filesystem access for file tools (read_file_full, write_file_full)
# WARNING: This allows the AI to read/write ANY file on your system!
# Only enable if you trust the AI and understand the risks.
# ENABLE_FULL_FILE_ACCESS=false