-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 785 Bytes
/
.env.example
File metadata and controls
16 lines (14 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# OpenAI-compatible API key - required for AI agent functionality
# For OpenRouter: get one at https://openrouter.ai/keys
# For a self-hosted vLLM/runpod endpoint: use whatever key the server expects
VITE_OPENROUTER_API_KEY=sk-your-key-here
# OpenAI-compatible base URL. Defaults to OpenRouter if unset.
# Examples:
# https://openrouter.ai/api/v1 (OpenRouter)
# https://ny3wume6l9pycr-8000.proxy.runpod.net/v1 (local RunPod vLLM)
# http://localhost:8000/v1 (local Ollama/vLLM)
VITE_OPENAI_BASE_URL=https://openrouter.ai/api/v1
# Model IDs for each role. Must match a model the base URL serves.
# See https://openrouter.ai/models or your server's /v1/models endpoint.
VITE_GUARD_MODEL=openrouter/free
VITE_PRISONER_MODEL=openrouter/free