You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB
Plaintext

6 months ago
# ============================================================================
# HelloAgents 统一环境变量配置文件
# ============================================================================
# 复制此文件为 .env 并填入你的API密钥
# 系统要求Python 3.10+ (必需)
# ============================================================================
# 🚀 统一配置格式(推荐)- 框架自动检测provider
# ============================================================================
# 只需配置以下4个通用环境变量框架会自动识别LLM提供商
# 模型名称
LLM_MODEL_ID=your-model-name
# API密钥
LLM_API_KEY=your-api-key-here
# 服务地址
LLM_BASE_URL=your-api-base-url
# 超时时间可选默认60秒
LLM_TIMEOUT=60
# ============================================================================
# 🛠️ 工具配置(可选)
# ============================================================================
# ================================
# GitHub API 配置
# ================================
# GitHub Personal Access Token - 用于访问GitHub API
# 获取方式https://github.com/settings/tokens
GITHUB_PERSONAL_ACCESS_TOKEN=