-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 865 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Team X-Ray + Evalite Environment Configuration
# Development Settings
NODE_ENV=development
# GitHub Token for MCP and API access
# Get yours at: https://github.com/settings/tokens
GITHUB_TOKEN=[YOUR_GITHUB_TOKEN_HERE]
# OpenAI API Key for Evalite AI-powered scorers (e.g., FactualityAI)
# Get yours at: https://platform.openai.com/api-keys
# Required for: autoevals scorers like FactualityAI, Humor, etc.
OPENAI_API_KEY=[YOUR_OPENAI_API_KEY_HERE]
# Optional: Use GitHub Models instead of OpenAI (free for GitHub users)
# Requires GitHub token with model access
# GITHUB_MODELS_TOKEN=[YOUR_GITHUB_TOKEN_HERE]
# GITHUB_MODELS_ENDPOINT=https://models.github.ai
# Optional: Azure OpenAI (if using Azure instead of OpenAI)
# AZURE_OPENAI_API_KEY=[YOUR_AZURE_KEY_HERE]
# AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
# AZURE_OPENAI_DEPLOYMENT=gpt-4o