loading

Loading

请输入关键字开始搜索
    首页 AI专栏开源部署

    开源部署

    按时间整理的文章列表,快速找到相关实践与记录。

    • 【1】openclaw 安装部署

      【1】openclaw 安装部署

      安装和部署 常用命令 openclaw gateway stop openclaw gateway start ssh代理远程访问 ssh -N -L 18789:127.0.0.1:18789 cl...
      2026/03/12 开源部署 0 878
    • 自制追剧助手:阿里云盘的便捷使用技巧.md

      自制追剧助手:阿里云盘的便捷使用技巧.md

      背景 最近正好在使用figma的make功能,正巧代码工具又层出不穷,除了我常用的cursor, codex、claude code、gemini-cli等Agent代码工具迎来了重大升级,正巧.....
      2025/12/02 开源部署 0 1.3k
    • whisper.cpp 关键词纠错

      whisper.cpp 关键词纠错

      粗糙转写会在后续放大错误,Whisper.cpp支持自有词典场景关键词拼写纠偏。指令如下: 查看文档:https://www.openhab.org/addons/voice/whisperstt/ ...
      2025/04/21 开源部署 0 1.3k
    • whisper.cpp测试与使用

      whisper.cpp测试与使用

      whipser.cpp安装完毕后,加载了多个大模型,分别进行测试。 测试项目 下载模型命令: bash sh ./models/download-ggml-model.sh base 测试命令: 转化...
      2025/04/21 开源部署 0 1.4k
    • mem0-大模型的长期记忆

      mem0-大模型的长期记忆

      背景 最近在使用虾哥开源的小智机器人软件中,看到了mem0的软件方案,好奇之下搜索了一下,发现大有来头。在OpenAI 投资了 370 万美金给一个叫 Dot 的应用,这个应用背后的核心技术是「.....
      2025/04/01 开源部署 0 1.5k
    • MCP介绍

      MCP介绍

      网站:https://modelcontextprotocol.io/introduction smithery.ai
      2025/03/15 开源部署 0 1.1k
    • whisper.cpp安装

      whisper.cpp安装

      背景 whisper是OpenAI官方发布的一款开源语音识别大模型,使用python实现。可以将语音信息转化为文本信息。其实也叫做ASR自动语音识别”(Automatic Speech Rec......
      2025/03/02 开源部署 0 6.4k