-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1018 Bytes
/
.env.example
File metadata and controls
31 lines (26 loc) · 1018 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
29
30
31
# AgentRank.it Environment Variables
# ============================================
# Azure OpenAI (Recommended - Zero Data Retention)
# ============================================
# Enterprise-grade with ZDR enabled by default
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
AZURE_OPENAI_API_KEY=your-azure-key-here
AZURE_OPENAI_DEPLOYMENT=gpt-4o
AZURE_OPENAI_API_VERSION=2024-02-15-preview
# ============================================
# OpenAI API Key (Fallback)
# ============================================
# Used if Azure OpenAI vars are not set
# OPENAI_API_KEY=sk-your-openai-key-here
# ============================================
# Skyvern (Legacy Engine)
# ============================================
# Only needed if using --engine skyvern
# Get from http://localhost:8081/settings after starting Docker
# SKYVERN_API_KEY=
# Optional: Custom Skyvern endpoint
# SKYVERN_API_ENDPOINT=http://localhost:8000/api/v1
R2_ACCOUNT_ID=...
R2_ACCESS_KEY=...
R2_SECRET_KEY=...
R2_BUCKET_NAME=...