hrz
|
d7aac5e10f
|
Merge branch 'main' into tts-response
# Conflicts:
# main/manager-web/.env.development
|
2025-04-09 21:46:59 +08:00 |
|
hrz
|
e337dd920d
|
update:统一使用PageData返回分页
|
2025-04-05 17:16:06 +08:00 |
|
 hrzandGitHub
|
671c992f3a
|
Merge pull request #627 from funsugar/patch-1
Update util.py
|
2025-04-05 14:57:01 +08:00 |
|
 hrzandGitHub
|
70ea24ac83
|
Merge pull request #629 from joey-zhou/vad_optimize
优化vad,采用bytearray替换byte,提高字符串拼接效率
|
2025-04-04 18:39:16 +08:00 |
|
hrz
|
0b4a4df1af
|
update:合并最新代码
|
2025-04-04 00:27:04 +08:00 |
|
JoeyZhou
|
132174568f
|
优化vad,采用bytearray替换byte,提高字符串拼接效率
|
2025-04-01 22:47:15 +08:00 |
|
 funsugarandGitHub
|
ee17d9416a
|
Update util.py
修复根据IP地址获取城市地址出错的问题
|
2025-04-01 17:27:58 +08:00 |
|
lizhongxiang
|
264487574b
|
add:火山双向tts语音流式输入输出
|
2025-03-29 14:17:09 +08:00 |
|
abin
|
2a6bfd792a
|
get_ip_info接口优化
将失效的https://freeipapi.com/api/json替换为https://whois.pconline.com.cn/ipJson.jsp?json=true
|
2025-03-28 22:52:21 +08:00 |
|
 hrzandGitHub
|
004ee6f143
|
update:开启唤醒词加速 (#486)
|
2025-03-23 22:02:13 +08:00 |
|
hrz
|
82413fecab
|
update:优化home_assistant提示词加载
|
2025-03-22 20:39:52 +08:00 |
|
caixypromise
|
5ebc62a084
|
feature(#377): 实现清理大模型AI的Markdown语法功能,优化TTS自然度。关联Issue #377
close #377
|
2025-03-20 21:29:53 +08:00 |
|
   
|
8a066163fe
|
update:和风天气查询 (#387)
* Update get_weather.py (#381)
更新天气插件,增加:通过当前IP获取用户实时位置的功能
* 重构天气查询插件 (#382)
* feat: 添加获取ip信息工具函数
* refactor: 重构天气查询插件
使用和风天气作为数据源
功能更完善
---------
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:天气查询优化
---------
Co-authored-by: xiaowu911 <51016996+xiaowu911@users.noreply.github.com>
Co-authored-by: Jad <i@nocilol.me>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-17 14:20:40 +08:00 |
|
   
|
2e182626b9
|
Function插件自动装载 (#351)
* function call功能完善,增加天气查询,支持插件式扩展
* 增加角色切换功能,通过切换system提示词,修改角色认知
* 增加插件管理系统,可以通过语音加载和卸载插件
* docs: 添加命令操作 (#329)
* docs: 添加命令操作
* feat: 添加 docker-setup.sh 脚本以简化服务端部署
- 新增 docker-setup.sh 脚本,自动创建目录结构、下载语音识别模型和配置文件,并检查文件完整性。
- 更新 Deployment.md 文档,提供一键执行脚本的说明和使用示例。
* docs: 更新 Deployment.md,添加环境访问 GitHub 的注意事项
* refactor: 更新 docker-setup.sh 脚本以支持多操作系统下载命令
- 修改脚本以检测操作系统类型,并根据不同系统选择合适的下载命令(curl 或 wget)。
- 优化错误处理,确保在下载失败时提供清晰的提示信息。
- 更新 Deployment.md 文档,调整懒人脚本的使用说明,增加手动部署的步骤。
* Update docker-setup.sh
* Update docker-setup.sh
---------
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:优化插件加载的配置提示
* update:增加自动安装脚本的操作说明
* update:优化插件配置,去掉旧版本的时间设定
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: TinsFox <fox@tinsfox.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-15 11:48:14 +08:00 |
|
   
|
2b662d3a14
|
fix:function call bug (#268)
* 优化function call消息处理
* fix:用户说话重复记录bug
* 2025-3-10-优化llm intent (#254)
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:回复上版提示词,无需再二次识别歌曲名
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: Jiao Haoyang <108573524+XuSenfeng@users.noreply.github.com>
|
2025-03-11 00:25:33 +08:00 |
|
  
|
63f34e5a82
|
本地记忆+意图识别 (#250)
* 增加本地记忆功能,使用llm总结记忆
* update:增加统一非流式输出输出
* 增加意图识别内容,使用llm进行识别
* 初始化记忆模块
* 完善意图识别处理后的流程
* 通过使用function call实现意图识别
* update:优化意图识别的配置
* update:function call最优设置成doubao-pro-32k-functioncall-241028
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-09 21:33:45 +08:00 |
|
    
|
9c2b2a2dcc
|
Block docker web (#248)
* update:docker智控台设置提示
* 修复启动报错问题 (#247)
修复启动时SyntaxWarning: invalid escape sequence '\]'
half_width_punctuations = '!"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~'的报错问题
* 2025-3-8-iot状态更新 (#243)
* 添加 GPTSoVits-V3 TTS (#234)
---------
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: vonweller <154695311+vonweller@users.noreply.github.com>
Co-authored-by: Jiao Haoyang <108573524+XuSenfeng@users.noreply.github.com>
Co-authored-by: Echo <yowfung@163.com>
|
2025-03-09 01:02:37 +08:00 |
|
+2        
|
dd5fecdf5a
|
Merge old pr (#235)
* 新增openai tts (#137)
On branch openai_tts
Changes to be committed:
modified: config.yaml
new file: core/providers/tts/openai_tts.py
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* Update config.yaml (#201)
* 修改了coze的实现方式,使用了v3接口,修复了只能对话一次的bug
* 使用mem0ai api实现记忆功能
* Fix docker space (#179)
* update:调试docker编译缓存
* update:调试docker编译
* update:调试docker编译容量
* update:调试docker编译
---------
Co-authored-by: hrz <1710360675@qq.com>
* TTS处理增加index信息,完善TTS出错时的处理 (#177)
* TTS处理增加index信息,完善TTS出错时的处理
* 第一句语音index处理,歌曲播放index处理
* update:去掉了无用变量,修复continuebug
---------
Co-authored-by: hrz <1710360675@qq.com>
* update:更新demo (#180)
Co-authored-by: hrz <1710360675@qq.com>
* 优化chat中异步调用方式
* 记忆增加时间,以便大模型判断先后关系
* 记忆对时间戳排序,便于梳理前后关系
* add: 不跟踪music下的文件的更改 (#187)
* Mem0ai (#199)
* update:增加mem0ai包依赖
* update:文档增加mem0ai的描述
---------
Co-authored-by: hrz <1710360675@qq.com>
* Update config.yaml
* Update config.yaml
* Update config.yaml
* Update config.yaml
---------
Co-authored-by: strix214 <a1425699467@gmail.com>
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: HonestQiao <honestqiao@163.com>
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: TOM88812 <ttangxs0808@163.com>
Co-authored-by: 香草味的纳西妲 <151599587+NyaOH-Nahida@users.noreply.github.com>
* update:添加忽略文件
* feat: 增加fastgpt适配:支持think、variables参数 (#213)
* 修改了coze的实现方式,使用了v3接口,修复了只能对话一次的bug
* 使用mem0ai api实现记忆功能
* Fix docker space (#179)
* update:调试docker编译缓存
* update:调试docker编译
* update:调试docker编译容量
* update:调试docker编译
---------
Co-authored-by: hrz <1710360675@qq.com>
* TTS处理增加index信息,完善TTS出错时的处理 (#177)
* TTS处理增加index信息,完善TTS出错时的处理
* 第一句语音index处理,歌曲播放index处理
* update:去掉了无用变量,修复continuebug
---------
Co-authored-by: hrz <1710360675@qq.com>
* update:更新demo (#180)
Co-authored-by: hrz <1710360675@qq.com>
* 优化chat中异步调用方式
* 记忆增加时间,以便大模型判断先后关系
* 记忆对时间戳排序,便于梳理前后关系
* add: 不跟踪music下的文件的更改 (#187)
* Mem0ai (#199)
* update:增加mem0ai包依赖
* update:文档增加mem0ai的描述
---------
Co-authored-by: hrz <1710360675@qq.com>
* feat: 增加fastgpt适配:支持think、variables参数
---------
Co-authored-by: strix214 <a1425699467@gmail.com>
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: HonestQiao <honestqiao@163.com>
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: TOM88812 <ttangxs0808@163.com>
Co-authored-by: 香草味的纳西妲 <151599587+NyaOH-Nahida@users.noreply.github.com>
Co-authored-by: pt <ptsghs@163.com>
* update:合并最新代码
* update:合并群友pr
* update:openaitts 测试通过
* update:ACGNTTS测试完成
---------
Co-authored-by: Chris <119588753+Chris-websketch@users.noreply.github.com>
Co-authored-by: ikun441 <3497689533@qq.com>
Co-authored-by: strix214 <a1425699467@gmail.com>
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: HonestQiao <honestqiao@163.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: TOM88812 <ttangxs0808@163.com>
Co-authored-by: 香草味的纳西妲 <151599587+NyaOH-Nahida@users.noreply.github.com>
Co-authored-by: ptisnoob <49125305+ptisnoob@users.noreply.github.com>
Co-authored-by: pt <ptsghs@163.com>
|
2025-03-07 18:25:18 +08:00 |
|
    
|
0e43748fdc
|
重新划分目录 (#214)
* 🦄 refactor(web): 修改zhikongtaiweb到web
* 🦄 refactor: 重写前端
路由守护尚未写完
* 🦄 refactor: 标准化路由
* update:前端重写,保留后端
* update:添加前端代码
* update:pip转成poetry启动
* update:增加mem0ai包依赖
* update:文档增加mem0ai的描述
* feat: play online mp3 (#181)
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* 修改前端代码
* update:调整项目目录
* update:优化
* update:配置文件去除8002端口
* update:增加开发说明
* update:更新开发协议
---------
Co-authored-by: kalicyh <34980061+kaliCYH@users.noreply.github.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: freshlife001 <talent@mises.site>
Co-authored-by: CGD <3030332422@qq.com>
|
2025-03-05 23:13:24 +08:00 |
|