-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (25 loc) · 1.41 KB
/
.env.example
File metadata and controls
34 lines (25 loc) · 1.41 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
# API Configuration
# At least one of these API keys must be set
# Anthropic API Key - Required for Claude AI
# Get your API key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Grow API Key - Required for Groq
# Get your API key from: https://console.groq.com
GROQ_API_KEY=your_groq_api_key_here
# Preferred API to use (arc, openai, anthropic or groq)
# If not set, defaults to 'arc'
PREFERRED_API=arc
# Model Configuration
# Available Anthropic models: 'claude-opus-4-20250514', 'claude-sonnet-4-20250514', 'claude-3-7-sonnet-latest', 'claude-3-5-haiku-latest', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20240620', 'claude-3-opus-latest', 'claude-3-sonnet-20240229', 'claude-3-haiku-20240307'
ANTHROPIC_MODEL=claude-opus-4-20250514
# Available Groq models:gemma2-9b-it, meta-llama/llama-guard-4-12b, llama-3.3-70b-versatile, llama-3.1-8b-instant, llama3-70b-8192, llama3-8b-8192, deepseek-r1-distill-llama-70b, meta-llama/llama-4-maverick-17b-128e-instruct, meta-llama/llama-4-scout-17b-16e-instruct, mistral-saba-24b, qwen-qwq-32b
GROQ_MODEL=llama-3.3-70b-versatile
# VT ARC (https://llm.arc.vt.edu/)
ARC_API_KEY=your_arc_api_key_here
ARC_MODEL=gpt-oss-120b
ARC_BASE_URL="https://llm-api.arc.vt.edu/api/v1"
# Server Configuration
PORT=3000
# Optional: Server Configuration
# PORT=3000 # Uncomment to change the default port
# DB_PATH="promptrse.db" # Uncomment to change the default port