[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
160 lines (109 loc) · 6.26 KB

README.zh_CN.md

File metadata and controls

160 lines (109 loc) · 6.26 KB

Logo

GPT 计算机助手

适用于 Windows、MacOS 和 Ubuntu 的 gpt-4o
文档 . 探索功能 »


windows macos linux

Made_with_python . pypi_downloads

Static Badge Static Badge

|ENGLISH|简体中文|正體中文

GPT 计算机助手

你好,这是一个将 ChatGPT MacOS 应用程序提供给 Windows 和 Linux 的替代工作。因此,这是一个全新且稳定的项目。此时,您可以轻松地将其作为 Python 库安装,但我们将准备一个流水线来提供本机安装脚本 (.exe)。

Upsonic Tiger 🐅 提供支持的功能集成中心。

安装 && 运行

需要 >= Python 3.9

pip3 install 'gpt-computer-assistant[default]'
computerassistant

演示视频(1 分钟)

demo_out.mp4

使用案例

Take Meeting Notes Daily Assistant
Read Docs Coding Assistant

路线图

功能 状态 目标发布
清除聊天记录 已完成 2024 年第二季度
长音频支持(拆分 20mb) 已完成 2024 年第二季度
文本输入 已完成 2024 年第二季度
仅文本模式(静音) 已完成 2024 年第二季度
添加配置文件(不同聊天) 已完成 2024 年第二季度
更多关于助手状态的反馈 已完成 2024 年第二季度
新 UI 计划中 2024 年第二季度
我们的自定义代理基础设施 计划中 2024 年第二季度
本机应用程序,exe,dmg,appimage 计划中 2024 年第二季度
DeepFace 集成(面部识别) 计划中 2024 年第二季度
本地模式(使用 Ollama,语音和视觉模型) 计划中 2024 年第二季度

代理基础设施 | 即将推出

from gpt-comptuer-assistant import crew, agent

coder = agent("你是一名高级 Python 开发者")

manager = agent("你是一名高级项目经理")

assistant = crew(
 [coder, manager]
)

assistant.gui()

功能

此时我们拥有许多基础设施元素。我们只是希望提供 ChatGPT 应用中已经存在的所有功能。

功能 描述
屏幕读取 OK
麦克风 OK
系统音频 OK
内存 OK
打开和关闭应用程序 OK
打开一个 URL OK
剪贴板 OK
搜索引擎 OK
编写和运行 Python OK
编写和运行 SH OK
使用你的 Telegram 账户 OK
知识管理 OK

用法

options

** 第一次单击包含麦克风或系统音频的选项后,需要再次单击相同选项以停止。

贡献者