-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
31 lines (25 loc) · 1.13 KB
/
example.env
File metadata and controls
31 lines (25 loc) · 1.13 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
###############################################
# AgentLab example environment configuration #
###############################################
# Copy this file to `.env` and fill in your real keys,
# or edit this file directly. The CLI will automatically
# load variables from `.env` (preferred) and `example.env`
# if they exist in the current working directory.
# OpenAI
# Used by the `openai` LLM component (`llm: openai`)
OPENAI_API_KEY=sk-your-openai-key-here
# Anthropic
# Used by the `anthropic` LLM component (`llm: anthropic`)
ANTHROPIC_API_KEY=sk-ant-your-anthropic-key-here
# You can add any other environment variables here that
# your tools or sandboxes might need.
# ---------------------------------------------------------------------------
# Phoenix tracing (optional, self-hosted)
# ---------------------------------------------------------------------------
# Install: pip install -e ".[phoenix]"
# Run Phoenix locally or in Docker, then point the collector at it.
# See: https://arize.com/docs/phoenix/self-hosting
#
# AGENTLAB_PHOENIX_TRACING=1
# PHOENIX_COLLECTOR_ENDPOINT=http://localhost:6006
# PHOENIX_PROJECT_NAME=agentlab