-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 744 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Google Gemini API Configuration
GOOGLE_API_KEY=your_google_api_key_here
# Weights & Biases Configuration
# Get your API key from: https://wandb.ai/authorize
WANDB_API_KEY=your_wandb_api_key_here
# Weave Configuration
WEAVE_PROJECT_NAME=self-evolving-agent
WEAVE_TRACE_LANGCHAIN=true
# LLM Model Configuration (optional)
GEMINI_MODEL=gemini-2.5-flash
# W&B Inference Configuration
WB_INFERENCE_MODEL=OpenPipe/Qwen3-14B-Instruct
WB_INFERENCE_BASE_URL=https://api.inference.wandb.ai/v1
# Format: username/project-name (personal) or team-name/project-name (team)
WB_INFERENCE_PROJECT=username/self-evolving-agent
# Daytona SDK Configuration
# Get your API key from: https://www.daytona.io/dashboard
DAYTONA_API_KEY=your_daytona_api_key_here