forked from Vrun-design/openflowkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
62 lines (46 loc) · 2.27 KB
/
.env.example
File metadata and controls
62 lines (46 loc) · 2.27 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# =============================================================================
# OpenFlowKit — Environment Variables
# =============================================================================
# Copy this file to `.env.local` and fill in the keys you need.
# All AI keys are OPTIONAL — users can also paste keys directly in
# Settings → Brand → Flowpilot (BYOK model).
# Never commit your real .env.local file to git!
# =============================================================================
# -----------------------------------------------------------------------------
# 🤖 AI PROVIDERS
# Get your key from the provider's console and paste it here OR in the UI.
# Leave empty to disable that provider as a default.
# -----------------------------------------------------------------------------
# Google Gemini — https://aistudio.google.com/app/apikey
VITE_GEMINI_API_KEY=
# OpenAI — https://platform.openai.com/api-keys
VITE_OPENAI_API_KEY=
# Anthropic Claude — https://console.anthropic.com/settings/keys
VITE_CLAUDE_API_KEY=
# Groq (Llama, Mistral, Qwen on ultra-fast inference) — https://console.groq.com/keys
VITE_GROQ_API_KEY=
# NVIDIA NIM (Llama, Nemotron, Kimi, DeepSeek etc.) — https://build.nvidia.com/
VITE_NVIDIA_API_KEY=
# Cerebras (fastest inference on WSE-3) — https://cloud.cerebras.ai/
VITE_CEREBRAS_API_KEY=
# Mistral AI — https://console.mistral.ai/api-keys/
VITE_MISTRAL_API_KEY=
# Custom / Self-hosted OpenAI-compatible endpoint
# e.g. Ollama running locally: http://localhost:11434/v1
VITE_CUSTOM_AI_BASE_URL=
VITE_CUSTOM_AI_API_KEY=
VITE_CUSTOM_AI_MODEL=
# -----------------------------------------------------------------------------
# 📊 ANALYTICS
# -----------------------------------------------------------------------------
# PostHog — https://app.posthog.com/settings/project
# Leave empty to disable analytics entirely.
# If you fork this repo, analytics will NOT fire until you add your own key.
VITE_POSTHOG_KEY=
VITE_POSTHOG_HOST=https://app.posthog.com
# -----------------------------------------------------------------------------
# 🚀 DEPLOYMENT
# -----------------------------------------------------------------------------
# Base URL for the app (used for SEO / OG tags etc.)
# Example: https://openflowkit.com
VITE_APP_URL=