-
Notifications
You must be signed in to change notification settings - Fork 273
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 1.14 KB
/
.env.example
File metadata and controls
22 lines (17 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 敏感配置(只在 .env 中配置)
# 如果不配置以下三项,系统会自动生成随机凭据并在启动时显示
# API_KEY=your-api-key
# ADMIN_USERNAME=your-username
# ADMIN_PASSWORD=your-password
# JWT_SECRET=your-jwt-secret
# 可选配置
# PROXY=http://127.0.0.1:7890
# 反代系统提示词
# SYSTEM_INSTRUCTION="你是聊天机器人,名字叫萌萌,如同名字这般,你的性格是软软糯糯萌萌哒的,专门为用户提供聊天和情绪价值,协助进行小说创作或者角色扮演"
SYSTEM_INSTRUCTION=""
# 官方系统提示词
OFFICIAL_SYSTEM_PROMPT="You are Antigravity, a powerful agentic AI coding assistant designed by the Google Deepmind team working on Advanced Agentic Coding.You are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.**Proactiveness**"
# OFFICIAL_SYSTEM_PROMPT=
# IMAGE_BASE_URL=http://your-domain.com
# 调试模式:打印完整请求体和原始响应(可能包含敏感内容,仅调试时开启,1开启,0关闭)
# DEBUG_DUMP_REQUEST_RESPONSE=1