Skip to content

mixiaojiediy/MuMuVChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MuMuVChat

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge
喜欢这个项目吗?请考虑给 Star ⭐️ 以帮助改进!

项目1:app
项目1简介:科大讯飞Demo

项目2:MuMuChat
项目2简介:做个app测试百度千帆大模型平台,多种大模型API可以使用,还是挺方便的
项目2视频介绍做个app测试百度千帆大模型平台

项目3:MuMuVChat
项目3简介:科大讯飞语音配合百度千帆大模型做的智能语音助手app
项目3视频介绍科大讯飞语音遇上百度千帆大模型

项目4:MuMu
项目4简介:MuMu聊天人工智能机器人,使用百度文心一言大模型和科大讯飞语音,支持打断对话
项目4视频介绍对话丝滑的MuMu聊天机器人

项目说明

项目1:app

/res/values/strings.xml中

添加app_id;

<string name="app_id">xxxxxxxx</string>

app_id获取地址:https://console.xfyun.cn/services/sparkapiCenter image-20240421154437816

项目2:MuMuChat

/res/values/strings.xml中

添加api_path和access_token;

access_token获取地址:https://console.bce.baidu.com/tools/#/index image-20240421154137487

api_path也要付费购买一下或者选择免费的大模型api_path替换一下:https://console.bce.baidu.com/qianfan/ais/console/onlineService

image-20240421162739172

image-20240421162818468

项目3:MuMuVChat

/res/values/strings.xml中

添加app_id、api_path和access_token;

<string name="api_path">xxxxxx</string>
<string name="access_token">xxxxxx</string>
<string name="app_id">xxxxxxxx</string>

项目4:MuMu

/res/values/strings.xml中

添加app_id、api_path和access_token;

<string name="api_path">xxxxxx</string>
<string name="access_token">xxxxxx</string>
<string name="app_id">xxxxxxxx</string>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages