forked from Noxr3/openagora
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 1.75 KB
/
Copy path.env.example
File metadata and controls
33 lines (26 loc) · 1.75 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
# ── Supabase ─────────────────────────────────────────────────────────────────
# Get these from your Supabase project settings → API
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key # never expose to the browser
# ── App ───────────────────────────────────────────────────────────────────────
# Public base URL of this deployment (no trailing slash)
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# ── Del agent — LLM provider (first match wins) ───────────────────────────────
# 1. OpenAI direct
# OPENAI_API_KEY=sk-...
# 2. OpenRouter https://openrouter.ai
# OPENROUTER_API_KEY=sk-or-...
# 3. Vercel AI Gateway https://vercel.com/docs/ai-gateway
# AI_GATEWAY_URL=https://ai-gateway.vercel.sh/v1/...
# AI_GATEWAY_TOKEN=...
# 4. LiteLLM proxy (self-hosted) https://docs.litellm.ai/docs/proxy/quick_start
LITELLM_BASE_URL=http://localhost:4000
LITELLM_API_KEY=no-key
# Model for Del — must be supported by whichever provider is active
DEMO_AGENT_MODEL=gpt-4o
# ── Cron ─────────────────────────────────────────────────────────────────────
# Shared secret for /api/cron/health-check
# Vercel sends: Authorization: Bearer <CRON_SECRET>
# Leave empty to disable auth (local dev only)
CRON_SECRET=