forked from Symbo-gif/Perplexity-Enigma-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (32 loc) · 1.19 KB
/
Copy path.env.example
File metadata and controls
40 lines (32 loc) · 1.19 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
# Perplexity - Enigma Environment Variables
# Copy this file to .env and set your values
# ============================================================================
# Required
# ============================================================================
# Your Perplexity API key (get one at https://www.perplexity.ai/settings/api)
PPLX_API_KEY=pplx-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ============================================================================
# Optional Configuration Overrides
# ============================================================================
# API Configuration
# PPLX_API_BASE_URL=https://api.perplexity.ai
# PPLX_API_TIMEOUT=60000
# Model Configuration
# PPLX_MODEL_DEFAULT=sonar-pro
# PPLX_MODEL_FAST=sonar
# PPLX_MODEL_REASONING=sonar-reasoning-pro
# PPLX_MODEL_SEARCH_HEAVY=sonar-pro
# PPLX_MODEL_DEEP_RESEARCH=sonar-deep-research
# Agent Configuration
# PPLX_AGENT_MAX_ITERATIONS=10
# PPLX_AGENT_TEMPERATURE=0.3
# PPLX_AGENT_MAX_TOKENS=4096
# PPLX_AGENT_TOP_P=0.9
# Search Configuration
# PPLX_SEARCH_MODE=medium
# PPLX_INCLUDE_CITATIONS=true
# PPLX_FOCUS_ON_RECENT=true
# Output Configuration
# PPLX_OUTPUT_FORMAT=markdown
# PPLX_OUTPUT_STREAM=false
# PPLX_VERBOSE=false