-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (15 loc) · 788 Bytes
/
.env.example
File metadata and controls
21 lines (15 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Environment variables for multi-agent analysis system
# OpenAI API Configuration (required for AI functionality)
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Anthropic API Key for Claude models
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Model Configuration (optional - defaults shown)
DEFAULT_MODEL_NAME=gpt-5-mini-2025-08-07
DEFAULT_TEMPERATURE=1.0
# Debug Mode
DEBUG=true
# Snowflake Connection Settings
# Full connection string format: snowflake://USERNAME@ACCOUNT/DATABASE?warehouse=WAREHOUSE&schema=SCHEMA&role=ROLE
SNOWFLAKE_CONN_STRING=snowflake://your_username@your_account.region.provider/your_database?warehouse=your_warehouse&schema=your_schema&role=your_role
# RSA Private Key for Snowflake Authenticatio
SNOWFLAKE_RSA_PRIVATE_KEY=your_rsa_private_key_here