-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 787 Bytes
/
.env.example
File metadata and controls
16 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LLM API configuration (supports any LLM API with the OpenAI SDK format)
# Recommended: Alibaba Bailian platform with the qwen-plus model: https://bailian.console.aliyun.com/
# Note: token usage can be high; try short simulations (<40 rounds) first
LLM_API_KEY=your_api_key_here
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
LLM_MODEL_NAME=qwen-plus
# ===== ZEP memory graph configuration =====
# The free monthly quota is enough for light usage: https://app.getzep.com/
ZEP_API_KEY=your_zep_api_key_here
# ===== Accelerated LLM configuration (optional) =====
# If you are not using the accelerated config, remove the entries below from your env file
LLM_BOOST_API_KEY=your_api_key_here
LLM_BOOST_BASE_URL=your_base_url_here
LLM_BOOST_MODEL_NAME=your_model_name_here