-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 800 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (18 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Environment variables for perplexity-mcp-server
# Logging level (debug, info, warn, error)
# Optional: Defaults to "info"
LOG_LEVEL=info
# Node environment (development, production)
# Optional: Defaults to "development"
NODE_ENV=development
# Perplexity API Key
# Required: Get your key from https://docs.perplexity.ai/docs/getting-started
PERPLEXITY_API_KEY=YOUR_PERPLEXITY_API_KEY_HERE
# Default Perplexity model for tools like perplexity_search
# Optional: Defaults to "sonar-reasoning"
# Valid models include: sonar, sonar-pro, sonar-deep-research, sonar-reasoning-pro, sonar-reasoning
PERPLEXITY_DEFAULT_MODEL=sonar-reasoning
# Default search context size for Perplexity search tools
# Optional: Defaults to "high"
# Valid values: low, medium, high
PERPLEXITY_DEFAULT_SEARCH_CONTEXT=high