-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 758 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy the values you need into your local shell profile, launchd plist,
# direnv file, or another local-only environment file.
LARK_AGENT_BRIDGE_WORKSPACE_ROOT=/path/to/workspace
LARK_AGENT_BRIDGE_GUIDEENGINE_REPO=/path/to/workspace/xp/guideengine/.worktrees/os6_xpdev
# Comma-separated allowlists for real group usage.
LARK_AGENT_BRIDGE_ALLOWED_CHATS=oc_xxx,oc_yyy
LARK_AGENT_BRIDGE_ALLOWED_USERS=
# Used to ensure the bot only responds to mentions of the intended bot.
LARK_AGENT_BRIDGE_BOT_OPEN_ID=
LARK_AGENT_BRIDGE_BOT_NAME=My Feishu CLI Bot
# Local OMLX/OpenAI-compatible chat endpoint.
LARK_AGENT_BRIDGE_OMLX_BASE_URL=http://127.0.0.1:8000/v1
LARK_AGENT_BRIDGE_OMLX_MODEL=gemma-4-26b-a4b-it-4bit
LARK_AGENT_BRIDGE_OMLX_API_KEY=your-local-api-key