chore: initial commit
This commit is contained in:
21
configs/env.sample
Normal file
21
configs/env.sample
Normal file
@@ -0,0 +1,21 @@
|
||||
MESSAGE_CHANNEL=telegram
|
||||
LOG_LEVEL=info
|
||||
SOUL_PATH=./bot_context/soul.md
|
||||
SKILLS_DIR=./skills
|
||||
REACT_MAX_STEPS=4
|
||||
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
TELEGRAM_POLL_TIMEOUT_SECONDS=30
|
||||
|
||||
FEISHU_APP_ID=
|
||||
FEISHU_APP_SECRET=
|
||||
FEISHU_VERIFY_TOKEN=
|
||||
|
||||
LLM_BASE_URL=https://api.openai.com/v1
|
||||
LLM_API_KEY=
|
||||
LLM_MODEL=gpt-4o-mini
|
||||
|
||||
SQLITE_PATH=./data/laodingbot.db
|
||||
ALLOWED_DIRS=./workspace,./data
|
||||
ALLOWED_COMMANDS=pwd,ls,cat,echo,grep,find,head,tail
|
||||
WORK_DIR=./workspace
|
||||
Reference in New Issue
Block a user