forked from withmartian/ares
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (31 loc) · 1.8 KB
/
.env.example
File metadata and controls
41 lines (31 loc) · 1.8 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
33
34
35
36
37
38
39
40
41
# =============================================================================
# Daytona Configuration
# =============================================================================
# Daytona is used to run containers for ARES environments.
# Create an account at https://www.daytona.io to get your API credentials.
# Your Daytona API key (required)
DAYTONA_API_KEY=your_daytona_api_key_here
# Daytona API URL if different from default Daytona API (optional)
# DAYTONA_API_URL=your_daytona_api_url_here
# Auto-stop interval for Daytona containers in minutes (optional, default: 30)
# Containers will automatically stop after this period of inactivity
# DAYTONA_AUTO_STOP_INTERVAL=30
# Whether to delete containers when they are stopped (optional, default: true)
# Setting this to false may cause quota issues with Daytona
# DAYTONA_DELETE_ON_STOP=true
# =============================================================================
# LLM API Configuration
# =============================================================================
# ARES uses Martian (or any OpenAI-compatible API) for LLM inference.
# Create an account at https://app.withmartian.com to get your API key.
# API key for chat completion requests (required)
CHAT_COMPLETION_API_KEY=your_chat_completion_api_key_here
# Base URL for chat completion API (optional, default: https://api.withmartian.com/v1)
# Change this if you're using a different OpenAI-compatible API provider
# CHAT_COMPLETION_API_BASE_URL=https://api.withmartian.com/v1
# =============================================================================
# User Configuration
# =============================================================================
# Username for labeling and tracking resources (optional)
# Defaults to your system USER/LOGNAME environment variable
# USER=your_username