-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 962 Bytes
/
.env.example
File metadata and controls
23 lines (20 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# =============================================
# Flimo World - Environment Configuration
# =============================================
# Copy this file to .env.local and fill in your API keys
# LLM Provider (Required)
# Get your key at: https://openrouter.ai/
VITE_OPENROUTER_API_KEY=your_openrouter_key
VITE_OPENROUTER_MODEL=google/gemini-3-flash-preview
# VITE_OPENROUTER_BASE_URL=https://openrouter.ai/api/v1/chat/completions
# Image Generation (Required)
# Get your key at: https://aistudio.google.com/
VITE_GEMINI_API_KEY=your_gemini_key
VITE_GEMINI_IMAGE_MODEL=gemini-3-pro-image-preview
VITE_GEMINI_API_BASE=https://generativelanguage.googleapis.com/v1beta
# Backend Services (Required for Play/Game Mode)
# Deploy your own NPC backend service
VITE_NPC_API_BASE=https://your-npc-service.example.com
VITE_NAV_API_BASE=https://your-nav-service.example.com
VITE_NAV_WORLD_ID=your_world_id
VITE_GAME_STORAGE_API=https://your-storage-service.example.com