-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 1.6 KB
/
Copy path.env.example
File metadata and controls
38 lines (32 loc) · 1.6 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
# ─────────────────────────────────────────────
# Bot Cotizador — Variables de entorno
# Copia este archivo a `.env.local` y completa los valores.
# ─────────────────────────────────────────────
# Supabase
# En: Project Settings → API
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# En: Project Settings → API → Service Role (¡solo servidor, nunca en el cliente!)
SUPABASE_SERVICE_ROLE_KEY=
# DeepSeek (API nativa) — RECOMENDADO
# En: https://platform.deepseek.com → API Keys
# Si configuras esta key, el bot y el análisis usan DeepSeek directo.
DEEPSEEK_API_KEY=
DEEPSEEK_MODEL=deepseek-chat
# (deepseek-reasoner para el modelo de razonamiento R1)
# OpenRouter (para DeepSeek) — ALTERNATIVA a DeepSeek nativo
# En: https://openrouter.ai/keys
# Si tienes ambas, se usa OpenRouter primero.
OPENROUTER_API_KEY=
OPENROUTER_MODEL=deepseek/deepseek-chat-v3-0324:free
# Si no configuras ninguna key, la app funciona con respaldos locales/deterministas.
# Chat con LLM: las preguntas del bot las redacta DeepSeek (más inteligentes
# y adaptadas a cada cliente). Se activa automáticamente con OPENROUTER_API_KEY.
# Pon "0" para volver solo al flujo determinista.
NEXT_PUBLIC_LLM_CHAT=1
# Personalización del bot y de la propuesta comercial
NEXT_PUBLIC_BOT_NAME=Alex
NEXT_PUBLIC_DEVELOPER_NAME=Tu Nombre
NEXT_PUBLIC_AGENCY_NAME=Tu Agencia Web
NEXT_PUBLIC_DEVELOPER_WHATSAPP=+52833XXXXXXXX
NEXT_PUBLIC_DEVELOPER_EMAIL=tu@correo.com