-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 1.1 KB
/
Copy path.env.example
File metadata and controls
32 lines (26 loc) · 1.1 KB
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
32
# =============================================================================
# Haive Framework - Environment Configuration
# =============================================================================
# Copy this file to .env and fill in your values.
# -- LangSmith (Observability & Tracing) --------------------------------------
LANGSMITH_TRACING=true
LANGSMITH_API_KEY=your-langsmith-api-key
LANGSMITH_PROJECT=haive
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
# -- LLM Provider Keys --------------------------------------------------------
OPENAI_API_KEY=your-openai-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
# Azure OpenAI (optional)
AZURE_OPENAI_API_KEY=your-azure-api-key
AZURE_OPENAI_ENDPOINT=your-azure-endpoint
AZURE_OPENAI_API_VERSION=2024-02-01
# Google (optional)
GOOGLE_API_KEY=your-google-api-key
# -- LangGraph Platform (for remote deployment) --------------------------------
LANGGRAPH_API_URL=http://localhost:8123
# -- PostgreSQL Persistence (optional) ----------------------------------------
# DB_HOST=localhost
# DB_PORT=5432
# DB_NAME=haive
# DB_USER=postgres
# DB_PASS=postgres