Files
hermes-glass-ui-personal/server/feishu-bridge.env.example

18 lines
585 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.
FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
FEISHU_APP_SECRET=replace-with-secret
FEISHU_VERIFICATION_TOKEN=
FEISHU_DEFAULT_RECEIVE_ID=
FEISHU_DEFAULT_RECEIVE_ID_TYPE=chat_id
FEISHU_NOTIFY_TOKEN=replace-with-random-internal-token
FEISHU_ALLOWED_CHAT_IDS=
FEISHU_REPLY_IN_THREAD=false
HERMES_API_BASE=http://127.0.0.1:8642/v1
HERMES_API_KEY=replace-with-hermes-api-server-key
HERMES_MODEL=gemini-3-pro-preview
HERMES_SYSTEM_PROMPT=你是爱马仕 Hermes。你通过飞书与用户对话回答要直接、简洁、可执行。
FEISHU_BRIDGE_PORT=8787
FEISHU_BRIDGE_TIMEOUT=60
LOG_LEVEL=INFO