devspadeboy
|
17b5308515
|
为xiaozhi-server的requirments.txt文件添加PySocks包
原因: requests
经过socks代理访问网络的时候需要依赖第三方package,
对应PySocks包。否则会出现"Missing dependencies for SOCKS
support."的错误。
参考连接: https://requests.readthedocs.io/en/latest/user/advanced/#socks
|
2025-04-02 22:51:35 +08:00 |
|
hrz
|
188cd7f023
|
update:更新版本号
|
2025-04-01 09:36:16 +08:00 |
|
玄凤科技
|
d1a2307134
|
Merge branch 'mcp-client' of https://github.com/xinnan-tech/xiaozhi-esp32-server into mcp-client
# Conflicts:
# main/xiaozhi-server/core/connection.py
# main/xiaozhi-server/requirements.txt
|
2025-03-28 09:11:48 +08:00 |
|
Jad
|
02e33f68b4
|
feat: 支持查询农历日期和黄历信息
|
2025-03-24 13:12:46 +08:00 |
|
玄凤科技
|
32ab716f0d
|
Merge branch 'main' into mcp-client
# Conflicts:
# main/xiaozhi-server/core/connection.py
# main/xiaozhi-server/requirements.txt
|
2025-03-24 09:26:14 +08:00 |
|
玄凤科技
|
7ead5537f6
|
提交requirements.txt中mcp版本依赖
|
2025-03-21 17:15:54 +08:00 |
|
 HuangandGitHub
|
a4b4f491d2
|
Merge branch 'main' into test-pr-sherpa-asr
|
2025-03-19 23:21:23 +08:00 |
|
    
|
878809ecb4
|
update:修复iot的bug (#407)
* fix: 修复manual模式无法识别 (#404)
* feat(docs): 新增Issues模板
* fix: 补全core依赖
* fix: 修复manual模式无法识别
* 去除重复依赖.txt
已经有torch和torchaudio
---------
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* 修复iot功能中表达式问题 (#400)
* Custom paths asr tts (#388)
* #164 自定义asr、tts缓存目录,项目启动自动创建目录
* #164 自定义asr、tts缓存目录,项目启动自动创建目录
* fix:修复语音无法找到新配置项output_file的bug
* fix:电脑不支持iot音量控制bug
---------
Co-authored-by: Junsen <66542771+Huang-junsen@users.noreply.github.com>
Co-authored-by: tang <tangyiyong@gmail.com>
Co-authored-by: shudongW <178200623@qq.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-18 13:25:34 +08:00 |
|
 JadandGitHub
|
08e57936fc
|
feat: ASR增加sherpa-onnx模型 #315 (#379)
|
2025-03-17 13:45:49 +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 |
|
    
|
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 |
|