zhayujie 9ef8e1be3f feat: move loading config method to base class | 1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
__init__.py | 1 year ago | |
bdunit.py | 1 year ago | |
config.json.template | 1 year ago |
利用百度UNIT实现智能对话
在百度UNIT官网上自己创建应用,申请百度机器人,可以把预先训练好的模型导入到自己的应用中,
see https://ai.baidu.com/unit/home#/home?track=61fe1b0d3407ce3face1d92cb5c291087095fc10c8377aaf https://console.bce.baidu.com/ai平台申请
将文件夹中config.json.template
复制为config.json
。
在其中填写百度UNIT官网上获取应用的API Key和Secret Key
{
"service_id": "s...", #"机器人ID"
"api_key": "",
"secret_key": ""
}