MindPilot 是一个跨平台的多功能智能桌面代理助手,旨在为用户提供便捷高效的智能解决方案。它利用 MindSpore 和 MindNLP,将先进的大型语言模型作为核心决策引擎。MindPilot 能够准确地分解、规划、执行、反思和总结用户任务,确保任务高效完成。✨
克隆
git clone https://github.com/ResDream/MindPilot.git
前端
# 安装依赖
cd Frontend
yarn
# 为指定平台构建:
# Windows 平台
$ yarn build:win
# macOS 平台
$ yarn build:mac
# Linux 平台
$ yarn build:linux
后端
# 安装依赖
pip install -r requirements.txt
启动 MindPilot:
# 前端
cd Frontend
yarn dev
# 后端
cd src/mindpilot
python main.py
配置搜索功能:
src/mindpilot/app/configs/tool_config.py。在如下代码中填入 Bing 搜索 API: "search_internet": {
"use": False,
"search_engine_name": "bing",
"search_engine_config": {
"bing": {
"result_len": 3,
"bing_search_url": "https://api.bing.microsoft.com/v7.0/search",
"bing_key": "",
},
},
创建并配置代理 🛠️:
启动任务 📝:
如有任何问题或建议,请联系 2802427218@qq.com。
让我们一起打造更智能的助手! 🌟