-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 813 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 813 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
# Promptinel Environment Variables
# OpenAI API Key (recommended)
# Get your key at: https://platform.openai.com
# OPENAI_API_KEY=
# Anthropic API Key (optional)
# Get your key at: https://console.anthropic.com
# ANTHROPIC_API_KEY=
# Mistral API Key (optional)
# Get your key at: https://console.mistral.ai
# MISTRAL_API_KEY=
# Slack Notifications (optional)
# Create a webhook at: https://api.slack.com/messaging/webhooks
# SLACK_WEBHOOK_URL=
# Ollama Configuration (optional)
# Default: http://localhost:11434
# OLLAMA_BASE_URL=http://localhost:11434
# HTTP Adapter Mode (optional)
# live = real API calls (default)
# record = real API calls + save fixtures for replay
# replay = offline, no network calls (uses saved fixtures)
# PROMPTINEL_HTTP_MODE=live
# PROMPTINEL_FIXTURES_DIR=.promptinel/fixtures