-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (31 loc) · 1.21 KB
/
Copy path.env.example
File metadata and controls
35 lines (31 loc) · 1.21 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
# --- LM Studio (local script writer) ---
LMSTUDIO_BASE_URL=http://localhost:1234/v1
LMSTUDIO_API_TOKEN=your-lm-studio-token # Developers > Server Settings > Manage Tokens
WRITER_MODEL=qwen3.5-9b-mlx # reasoning model; qwen3.5-4b-mlx = lighter
# --- VibeVoice (local MLX TTS) ---
TTS_MODEL=mlx-community/VibeVoice-Realtime-0.5B-fp16
TTS_DDPM_STEPS=20
TTS_CFG_SCALE=1.5
ANCHOR_VOICE=en-Frank_man # news anchor voice
WEATHER_VOICE=en-Emma_woman # weather segment voice
SPEED_ANCHOR=0.92 # tempo (pitch-preserving); Frank is brisk, slow him
SPEED_WEATHER=1.10 # Emma is calmer, nudge up
# --- Bulletin extras ---
WEATHER_CITY=Munich
WEATHER_LAT=48.137
WEATHER_LON=11.575
# --- Output ---
PODCAST_OUT=output
# --- Optional distribution (set PUBLISH=1 to enable) ---
PUBLISH=0
# Google Drive OAuth: a "Desktop app" client from the Google Cloud console.
# The token file is written on first run and holds a live credential.
GOOGLE_CLIENT_SECRETS=client_secrets.json
GOOGLE_TOKEN_FILE=token.json
# Optional: upload into a specific folder instead of My Drive's root.
GDRIVE_FOLDER_ID=
EMAIL=
RECIPIENT_EMAIL=
SMTP_SERVER=
SMTP_PORT=587
PASSWORD=