forked from NoOne-hub/JSReverser-MCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 839 Bytes
/
.env.example
File metadata and controls
32 lines (26 loc) · 839 Bytes
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
# AI Service Configuration
# Choose your default LLM provider: openai, anthropic, or gemini
DEFAULT_LLM_PROVIDER=gemini
# OpenAI Configuration
# OPENAI_API_KEY=sk-...
# OPENAI_BASE_URL=https://api.openai.com/v1
# OPENAI_MODEL=gpt-4o
# Anthropic Configuration
# ANTHROPIC_API_KEY=sk-ant-...
# ANTHROPIC_BASE_URL=https://api.anthropic.com
# ANTHROPIC_MODEL=claude-3-5-sonnet-20241022
# Gemini Configuration
# GEMINI_API_KEY=...
# GEMINI_CLI_PATH=gemini-cli
# GEMINI_MODEL=gemini-2.0-flash-exp
# Browser Configuration
# BROWSER_HEADLESS=true
# BROWSER_ISOLATED=true
# BROWSER_EXECUTABLE_PATH=/path/to/chrome
# BROWSER_CHANNEL=chrome
# USE_STEALTH_SCRIPTS=false
# Remote Debugging Configuration
# REMOTE_DEBUGGING_URL=http://localhost:9222
# REMOTE_DEBUGGING_PORT=9222
# Debug Configuration
# DEBUG=mcp:*