-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (37 loc) · 1.34 KB
/
.env.example
File metadata and controls
45 lines (37 loc) · 1.34 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
# Docker user permissions
USER_ID=1000
GROUP_ID=1000
# GitHub Configuration
OPENROUTER_API_KEY=your_api_key_here
GITHUB_REPOSITORY=AndrewAltimit/game-mods
GITHUB_PROJECTS_TOKEN=your_api_key_here
GITHUB_TOKEN=your_api_key_here
# Codex Configuration
# WARNING: Only set to true if running in a controlled sandboxed VM environment
# Defaults to false for security - only bypass sandbox if you understand the risks
CODEX_BYPASS_SANDBOX=false
# Optional: ElevenLabs Configuration
ELEVENLABS_API_KEY=your_api_key_here
ELEVENLABS_DEFAULT_MODEL=eleven_v3
# Virtual Character Storage Service
STORAGE_SECRET_KEY=your_api_key_here
STORAGE_BASE_URL=http://192.168.0.222:8021
# GPU device selection for multi-GPU systems (default: 0)
GPU_DEVICE=0
# Gemini API Key (Free Tier from Google AI Studio)
GOOGLE_API_KEY=your_api_key_here
GEMINI_API_KEY=your_api_key_here
# Gemini Model Configuration
GEMINI_PRIMARY_MODEL=gemini-3-pro-preview
GEMINI_FALLBACK_MODEL=gemini-3-flash-preview
# =============================================================================
# AgentCore Memory Configuration
# =============================================================================
MEMORY_PROVIDER=agentcore
AWS_REGION=us-east-1
AGENTCORE_MEMORY_ID=mem-xxxxxxxxxxxx
AGENTCORE_DATA_PLANE_ENDPOINT=
CHROMADB_HOST=chromadb
CHROMADB_PORT=8000
CHROMADB_COLLECTION=agent_memory
HUGGINGFACE_TOKEN=