mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 22:27:13 +08:00
14
plugins/bdunit/README.md
Normal file
14
plugins/bdunit/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
利用百度UNIT实现智能对话
|
||||
1.解决问题:chatgpt无法处理的指令,交给百度UNIT处理如:天气,日期时间,数学运算等
|
||||
2.如问时间:现在几点钟,今天几号
|
||||
3.如问天气:明天广州天气怎么样,这个周末深圳会不会下雨
|
||||
4.如问数学运算:23+45=多少,100-23=多少,35转化为二进制是多少?
|
||||
大家可以在百度UNIT官网上自己创建应用,申请百度机器人,可以把预先训练好的模型导入到自己的应用中,
|
||||
see https://ai.baidu.com/unit/home#/home?track=61fe1b0d3407ce3face1d92cb5c291087095fc10c8377aaf
|
||||
https://console.bce.baidu.com/ai平台申请
|
||||
然后在百度UNIT官网上获取应用的API Key和Secret Key,然后在config.json中配置
|
||||
{
|
||||
"service_id": "s...", #"机器人ID"
|
||||
"api_key": "",
|
||||
"secret_key": ""
|
||||
}
|
||||
Reference in New Issue
Block a user