-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (21 loc) · 831 Bytes
/
.env.example
File metadata and controls
22 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CAgent AI Provider API Keys
# Copy this file to .env and fill in your real keys:
# cp .env.example .env
#
# Quick start (recommended):
# make start # 一键启动全栈
# make status # 查看运行状态
# make stop # 停止全部
#
# Manual start:
# source .env && ./mvnw -pl bootstrap spring-boot:run
# ./scripts/start-ragent-local.sh # (auto-loads .env)
BAILIAN_API_KEY=your-bailian-api-key-here
SILICONFLOW_API_KEY=your-siliconflow-api-key-here
MINIMAX_API_KEY=your-minimax-api-key-here
VIDEO_TRANSCRIPT_ENABLED=false
VIDEO_TRANSCRIPT_API_BASE_URL=http://localhost:8000
VIDEO_TRANSCRIPT_API_TOKEN=your-video-transcript-api-token-here
OBSIDIAN_API_KEY=your-obsidian-local-rest-api-key-here
OBSIDIAN_HOST=127.0.0.1
OBSIDIAN_PORT=27124