-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.yaml
More file actions
34 lines (29 loc) · 1.04 KB
/
default.yaml
File metadata and controls
34 lines (29 loc) · 1.04 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
# Default Configuration
# Simple starter configuration for pplx
# For all available options, see full-example.yaml
# Default model settings
defaults:
model: sonar # AI model (sonar, sonar-pro, sonar-deep-research)
temperature: 0.7 # Response creativity (0.0=focused, 1.0=creative)
max_tokens: 4096 # Maximum response length
# Search preferences
search:
mode: web # Search mode: web or academic
context_size: medium # Context: low, medium, or high
# Output preferences
output:
stream: false # Stream responses in real-time
return_images: false # Include images in response
return_related: false # Show related questions
json: false # Output as JSON
# API configuration
# Recommended: Set PERPLEXITY_API_KEY environment variable instead
api:
timeout: 30s
# See full-example.yaml for complete configuration options including:
# - Search domain filtering
# - Date range filtering
# - Location preferences
# - Image filtering
# - Response format controls
# - And 20+ more options