-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 1.02 KB
/
.env.example
File metadata and controls
30 lines (23 loc) · 1.02 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
# 开发环境配置示例
# Development environment configuration example
[APP]
LOG_LEVEL=debug
[COZE]
COZE_API_DOMAIN=api.coze.cn
COZE_APP_ID=your_app_id_here
COZE_KEY_ID=your_key_id_here
COZE_BOT_ID=your_bot_id_here
SYSTEM_MESSAGE_MARK='[系统消息]-system_message'
# 图片理解工作流ID / Image understanding workflow ID
COZE_IMAGE_UNDERSTAND_WORKFLOW_ID=your_workflow_id_here
# 意图识别工作流ID / Intent recognition workflow ID
COZE_INTENT_RECOGNITION_WORKFLOW_ID=your_workflow_id_here
# 敷衍回复工作流ID / Placeholder reply workflow ID
COZE_APOLOGY_REPLY_WORKFLOW_ID=your_workflow_id_here
# 扣子主模型多少秒内为给出回复,就进行敷衍回复,单位秒
# Number of seconds within which Coze main model should reply, otherwise send placeholder reply
COZE_APOLOGY_REPLY_TIMEOUT=30
[WECHAT]
# 消息缓冲时间(毫秒),用于同一个用户发送多条消息的抖动
# Message buffering time (milliseconds) to prevent jitter when same user sends multiple messages
MESSAGE_BUFFER_TIMEOUT=10000