-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
44 lines (36 loc) · 1.35 KB
/
.env.example
File metadata and controls
44 lines (36 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# NeoFish Environment Configuration
# Copy this file to .env and fill in your values
# ============== Required ==============
ANTHROPIC_API_KEY=your_api_key_here
ANTHROPIC_BASE_URL=https://api.anthropic.com
MODEL_NAME=claude-4.6-opus
TOKEN_THRESHOLD=800000
MAX_TOKEN=1000000
# ============== Optional ==============
WORKDIR=./workspace
BG_TASK_TIMEOUT=300
TRANSCRIPT_DIR=./.transcripts
TASKS_DIR=./.tasks
# ============== Web platform ==============
WEB_HOST=0.0.0.0
WEB_PORT=8000
# ============== Telegram platform ==============
# Get a token from @BotFather on Telegram.
# Leave blank to disable the Telegram adapter.
TELEGRAM_BOT_TOKEN=
# Comma-separated Telegram user IDs allowed to interact with the bot.
# Leave blank to allow everyone.
# Example: TELEGRAM_ALLOWED_USERS=123456789,987654321
TELEGRAM_ALLOWED_USERS=
# ============== QQ platform (NapCat / go-cqhttp) ==============
# WebSocket URL for events and API calls (forward WebSocket plugin).
# Leave blank to disable the QQ adapter.
# Example: QQ_WS_URL=ws://127.0.0.1:3001
QQ_WS_URL=
# Access token for NapCat (leave empty if not configured).
QQ_ACCESS_TOKEN=
# Comma-separated QQ user / group IDs allowed to interact with the bot.
# Use the format "group_<group_id>" for groups, "private_<user_id>" for DMs.
# Leave blank to allow everyone.
# Example: QQ_ALLOWED_IDS=group_123456,private_987654
QQ_ALLOWED_IDS=