-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 796 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# AI Backend — Vertex AI (preferred) or AI Studio
# GOOGLE_CLOUD_PROJECT=your-gcp-project-id
# GOOGLE_CLOUD_LOCATION=us-east4
# GEMINI_API_KEY=your-gemini-key-here # Only if not using Vertex AI
OLLAMA_BASE_URL=http://localhost:11434
OLLAMA_TEXT_MODEL=llama3.2
OLLAMA_VISION_MODEL=llava
# Google OAuth (fill in when ready for integrations)
# GOOGLE_CLIENT_ID=your-client-id
# GOOGLE_CLIENT_SECRET=your-client-secret
# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=dev:your-deployment-name
# NextAuth
NEXTAUTH_SECRET=change-me-in-production
NEXTAUTH_URL=http://localhost:3000
# OpenAI
# OPENAI_API_KEY=your-openai-key-here
# OPENAI_MODEL=gpt-4o-mini # Chat model (default: gpt-4o-mini)
# OPENAI_REALTIME_MODEL=gpt-4-realtime # Voice model (default: gpt-4-realtime)