-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.env
More file actions
22 lines (17 loc) · 781 Bytes
/
example.env
File metadata and controls
22 lines (17 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Backend Environment Variables
# Copy this file to .env and fill in your values
# Redis connection URL for session caching
REDIS_URL=redis://redis:6379/0
# Supabase configuration for database logging (optional)
# Get these from your Supabase project settings
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-supabase-anon-key
# HuggingFace token for accessing private models (optional)
# Get from https://huggingface.co/settings/tokens
HF_TOKEN=your-huggingface-token
# Guardrails AI API key for advanced guardrails defenses
# Get from https://guardrailsai.com/
GUARDRAILS_API_KEY=your-guardrails-api-key
# OpenAI API key for certain attacks (PAIR, Crescendo) and defenses
# Get from https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-api-key