mirror of
https://github.com/xszyou/Fay.git
synced 2026-03-12 17:51:28 +08:00
Fay年翻更新
- 升级Agent(chat_module=agent切换):升级到langgraph react agent逻辑、集成到主分支fay中、基于自动决策工具调用机制、基于日程跟踪的主动沟通、支持外部观测数据传入; - 修复因线程同步问题导致的配置文件读写不稳定 - 聊天采纳功能的bug修复
This commit is contained in:
12
config.json
12
config.json
@@ -8,11 +8,11 @@
|
||||
"hobby": "\u53d1\u5446",
|
||||
"job": "\u52a9\u7406",
|
||||
"name": "\u83f2\u83f2",
|
||||
"voice": "\u6653\u6653(azure)",
|
||||
"voice": "abin",
|
||||
"zodiac": "\u86c7"
|
||||
},
|
||||
"interact": {
|
||||
"QnA": "",
|
||||
"QnA": "qa.csv",
|
||||
"maxInteractTime": 15,
|
||||
"perception": {
|
||||
"chat": 10,
|
||||
@@ -21,8 +21,7 @@
|
||||
"indifferent": 10,
|
||||
"join": 10
|
||||
},
|
||||
"playSound": true,
|
||||
"sound_synthesis_enabled": false,
|
||||
"playSound": false,
|
||||
"visualization": false
|
||||
},
|
||||
"items": [],
|
||||
@@ -34,12 +33,11 @@
|
||||
"url": ""
|
||||
},
|
||||
"record": {
|
||||
"channels": 0,
|
||||
"device": "",
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"wake_word": "\u4f60\u597d",
|
||||
"wake_word_enabled": true,
|
||||
"wake_word_enabled": false,
|
||||
"wake_word_type": "front"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user