guanghulab/dingtalk-bot/.env.example
2026-05-10 13:12:44 +08:00

25 lines
971 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 钉钉AI人格体「秋秋」环境变量配置
# 复制此文件为 .env 并填入真实值
# 真实密钥存储于服务器 /opt/guanghulab-dingtalk/dingtalk-bot/.env
# ===== 钉钉应用配置 =====
DINGTALK_APP_KEY=your_app_key_here
DINGTALK_APP_SECRET=your_app_secret_here
# ===== Notion 集成 =====
NOTION_TOKEN=your_notion_token_here
NOTION_SYSLOG_DB_ID=your_syslog_database_id_here
NOTION_SIGNAL_LOG_DB_ID=your_signal_log_database_id_here
# ===== LLMAI回复配置 =====
LLM_API_KEY=your_llm_api_key_here
LLM_BASE_URL=https://api.yunwu.ai/v1
LLM_MODEL=gpt-4o-mini
# ===== 机器人人格提示词 =====
BOT_SYSTEM_PROMPT=你是秋秋光湖系统的AI人格体性格温暖活泼。你在钉钉群里陪伴开发者回答技术问题给予鼓励。用中文回复语气亲切自然不超过200字。
# ===== GitHub Token =====
# 注意:必须为 ghp_ 开头,末尾不能有空格或换行
GITHUB_TOKEN=ghp_your_github_token_here