forked from Samge0/SamgeBotWx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
21 lines (21 loc) · 1.46 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"base_url": "https://api.openai.com/v1",
"api_key": "openai/本地模型/其他模型定义的api_key",
"model": "gpt-3.5-turbo-1106",
"bot_desc": "",
"max_tokens": 2048,
"temperature": 0.9,
"top_p": 1,
"frequency_penalty": 0.0,
"presence_penalty": 0.6,
"group_ids": "",
"friend_ids": "",
"manager_ids": "",
"mine_nickname": "",
"web_port": "14396",
"sql_ite_url": "D:\\project\\SamgeBotWx\\wxbot.db",
"comment_groups": "",
"enable_reply": true,
"competition_number": 23,
"novel_catalogue": "《藤蔓,与屠龙》|《潮瀚》|《逃离二道街》|《水死》|《渡》|《杀生石》|《鲁达前传:云路》|《阴翳之刃》|《人虎》|《我与金阁》|《海底乐园》|《捉迷藏》|《正欲起身》|《飞蛾变》|《迷路杀手》|《荒野与我》|《打乌鸦》|《桥》|《末日死亡旅馆》|《找死之旅》|《寻死》|《欢迎光临》|《这里有铜》|《流浪宇宙》|《散步,散步》|《野月亮》|《从树上饿死的父亲》|《仿古刀》|《青年编剧之死》|《半截卡夫卡》|《深坑》|《洄游》|《精神rapper》|《流星雨》|《樱桃的滋味》|《绿水白毛浮》|《青年艺术家的肖像》|《反刍现象》|《CD游戏》|《花想容》|《黑衣人》|《雨坝》|《凡有所相》|《快乐的死》|《俄狄浦斯期》|《唯有姚黄》|《两声部》|《海带汤》|《孔雀绿色的墨水》|《杀猹》|《我的手稿》|《重返暗河》"
}