-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 1.31 KB
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 1.31 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
# ── Google APIs ──────────────────────────────────────────────────────────────
# Path to your service account JSON (relative to project root)
GOOGLE_SERVICE_ACCOUNT_PATH=./config/service-account.json
# Google Calendar ID — Settings → your calendar → "Calendar ID"
GOOGLE_CALENDAR_ID=your-calendar-id@group.calendar.google.com
# Google Sheets ID — the long ID in the spreadsheet URL
GOOGLE_SHEET_ID=your-sheet-id
# Studio timezone (IANA format)
STUDIO_TIMEZONE=America/Los_Angeles
# ── LLM — Groq ───────────────────────────────────────────────────────────────
# Get your key at: https://console.groq.com
GROQ_API_KEY=gsk_...
# Recommended for production (best instruction following):
GROQ_MODEL=llama-3.3-70b-versatile
# Faster, lighter (use for latency-sensitive testing):
# GROQ_MODEL=llama-3.1-8b-instant
# ── Vapi — Phase 2 voice agent ───────────────────────────────────────────────
# Get your key at: https://dashboard.vapi.ai
VAPI_API_KEY=your-vapi-api-key