-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
139 lines (131 loc) · 3.08 KB
/
config.yaml.example
File metadata and controls
139 lines (131 loc) · 3.08 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
## 超级管理员配置
Administrators:
- ''
## 系统配置
systemConfig:
robotName: '小爱'
## 定时发送配置
scheduleConfig:
# 定时任务列表
taskList:
早报推送: 'morningPage'
摸鱼日历: 'fishPage'
AI晚报: 'aiNews'
晚安推送: 'goodNight'
节日祝福: 'festival'
生日提醒: 'birthday'
天气推送: 'weatherReport'
GitHub推送: 'githubReport'
群聊总结: 'roomSummary'
# 早报推送时间
morningPageTime: '10:20'
# 摸鱼日记推送时间设置
fishTime: '18:00'
# AI晚报时间设置
aiNewsTime: '20:00'
# 晚安推送时间
goodNightTime: '21:50'
# 节日祝福推送时间
festivalTime: '20:30'
# 生日提醒时间
birthdayTime: '09:00'
# 天气推送时间
weatherReportTime: '06:30'
# Github推送时间
githubReportTime: '21:00'
# 群聊总结时间
roomSummaryTime: '23:59'
# 清除缓存时间
clearCacheTime: '03:00'
festival:
除夕: '01-27'
春节: '01-28'
元宵节: '01-11'
情人节: '02-13'
女神节: '03-08'
劳动节: '04-30'
国庆节: '09-30'
元旦: '12-31'
birthday:
爸爸: '11-08'
妈妈: '02-25'
weather_district:
- '上海杨浦区'
## 进群关键词配置
roomKeyWord:
加群: xxx@chatroom
进群: xxx@chatroom
## 自定义关键词回复
customKeyWord:
gzhRetrive: '猴哥'
difySearch: '搜索'
beikeRetrive:
- '挂牌'
- '成交'
## 管理功能关键词配置
adminFunctionWord:
# 新增私聊/群聊白名单
addWhiteWord: '加白'
# 删除私聊/群聊白名单
delWhiteWord: '删白'
# 新增管理员关键词
addAdminWord:
- '添加管理员'
# 删除管理员关键词
delAdminWord:
- '删除管理员'
# 踢人关键词
delUserWord:
- '踢'
- '已踢'
## API接口服务配置
apiServer:
# 高德 Key
gaoDeKey: ''
# alapi
alKey: ''
alApi: 'https://v2.alapi.cn/api'
# hzapi
hzKey: ''
hzApi: 'https://cn.apihz.cn/api/img/apihzbqbsougou.php'
# imgrender
imgRenderKey: ''
imgRenderApi: 'https://api.imgrender.cn/open/v1/pics'
# dpApi
dpKey: ''
# 摸鱼日记API
dpfishApi: "https://api.dudunas.top/api/moyu"
# 腾讯元器
yuanqiToken: ''
yuanqiAssistant: ''
yuanqiUser: ''
yuanqiApi: 'https://yuanqi.tencent.com/openapi/v1/agent/chat/completions'
# 获取房源信息 - 需自己搭建服务(可忽略)
beike_db_api: "http://xxx:2001"
beike_query_district: ['黄浦区', '杨浦区']
## LLM接口服务配置
llmServer:
# OneAPI配置
oa_api_key: ''
oa_base_url: 'http://xxx:4000/v1'
model_name_list:
- 'gemini-1.5-flash'
- 'glm4-flash'
- 'glm4-9b'
- 'internlm'
- 'qwen2-7b'
- 'ernie-128k'
# 硅基流动API配置
sf_api_key: ''
# intermLM API配置
il_api_key: ''
# groq API配置
groq_api_key: ''
# dify API配置, 不同key对应不同智能体
dify_api_url: 'http://xxx:3000/dify/'
dify_search_key: 'app-'
dify_image_key: 'app-'
# 本地部署API配置
video_api_url: 'http://xxx:3000/generate-video/'
math_api_url: 'http://xxx:3000/math/'
math_output_url: 'http://xxx:3000/math_output/'