diff --git a/README.zh_CN.md b/README.zh_CN.md
index 83781671d8..617c0263cb 100644
--- a/README.zh_CN.md
+++ b/README.zh_CN.md
@@ -1,32 +1,33 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .
+
+ .
+
+
- GPT 计算机助手
- 适用于 Windows、MacOS 和 Ubuntu 的 gpt-4o
- 文档
- .
- 探索功能 »
+ Intelligence development framework
-
-
-
-
-
-
-
-
-
-
-
-
@@ -36,12 +37,6 @@
-
-
-
-
-
-
|[ENGLISH](README.md)|简体中文|[正體中文](README.zh_TW.md)|[TÜRKÇE](README.TR.md)
# GPT 计算机助手
@@ -49,37 +44,187 @@
由 Upsonic Tiger 🐅 提供支持的功能集成中心。
-## 安装 && 运行
-需要 >= Python 3.9
+## 1.安装 && 运行
+**需要 Python 3.10 或者 3.11**
```console
-pip3 install 'gpt-computer-assistant[default]'
+pip install 'gpt-computer-assistant[base]'
+pip install 'gpt-computer-assistant[api]'
```
-
+要想运行 gpt-computer-assistant, 简单输入
```console
-computerassistant
+computerassistant --api
+```
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 2. 大语言模型 设置
+
+```python
+from gpt_computer_assistant.remote import remote
+
+remote.save_models("gpt-4o")
+remote.save_openai_api_key("sk-**")
+```
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 3. 角色特征 API
+
+
+```python
+# 助手的名称:
+remote.change_name("X Intelligence")
+
+# 助手的开发人员角色:
+remote.change_developer("X Company")
+```
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 4. 连接你自己的函数API
+
+
+```python
+# 安装一个库:
+remote.install_library("numpy")
+
+
+
+# 以Python函数的形式添加功能:
+@remote.custom_tool
+def my_server_status() -> bool:
+ """
+ Check the server status.
+ """
+ return True
```
-### 演示视频(1 分钟)
+
+
+
+
+
+
+
+
+## 5. 与 用户 API 交互
+
+
+### remote.input
+与助手交谈,了解用户和计算机。使用此 api,您可以创建一个咨询流程。
+
+```markdown
+`Hi, look to user window and return which app using now`
+
+`Ask user to is user need any kind of supoprt`
+
+`Extract the user redis config file.`
+```
+
+有了这些问题,您就可以根据自己的需要找到一条捷径。
+
+**您可以从用户电脑收集信息或直接从用户或用户电脑获取信息.**
+
+```python
+output = remote.input("Extract the user redis config file.", screen=False)
+print(output)
+```
+
+
+
+
+
+
+
+ .
+
+
+
+ .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 使用
+![options](https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/37d34745-ae4b-4b37-9bfa-aec070c97897)
+
-https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/26ae3624-e619-44d6-9b04-f39cf1ac1f8f
## 使用案例
-
@@ -92,29 +237,27 @@ https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/26ae3624-e6
| 文本输入 | 已完成 | 2024 年第二季度|
| 仅文本模式(静音) | 已完成 | 2024 年第二季度|
| 添加配置文件(不同聊天) | 已完成 | 2024 年第二季度|
-| 更多关于助手状态的反馈 | 已完成 | 2024 年第二季度|
-| **新 UI** | 计划中 | 2024 年第二季度|
-| **我们的自定义代理基础设施** | 计划中 | 2024 年第二季度|
-| **本机应用程序,exe,dmg,appimage** | 计划中 | 2024 年第二季度|
-| **DeepFace 集成(面部识别)** | 计划中 | 2024 年第二季度|
-| **本地模式(使用 Ollama,语音和视觉模型)** | 计划中 | 2024 年第二季度|
+| 更多关于助手状态的反馈 | 已完成 | 2024 年第二季度|
+| 本地模型的视觉和文本 (使用ollama和视觉模型) | 已完成 |2024年第二季度 |
+| **我们可以自定义的 Agent 基础架构** | 已完成 | 2024 年第二季度 |
+| 支持 Groq 模型 | 已完成 | 2024 年第二季度 |
+| **添加自定义工具** | 已完成 | 2024 年第二季度 |
+| 界面可点击 (文本和图标) | 已完成 | 2024 年第二季度 |
+| 新的 UI 界面 | 已完成 | 2024 年第二季度 |
+| 系统原生应用程序, exe, dmg | 已完成 | 2024 年第三季度 |
+| **在长篇响应中协同不同声音模型** | 已完成 | 2024 年第二季度 |
+| **当你完成通话时,自动停止录音** | 已完成 | 2024 年第二季度 |
+| **唤醒词** | 已完成 | 2024 年第二季度 |
+| **持续性对话** | 已完成 | 2024 年第二季度 |
+| **Adding more capability on device** | 已完成 | 2024 年第二季度 |
+| **本地 TTS 模型** | 已完成 | 2024 年第三季度 |
+| **本地 STT 模型** | 已完成 | 2024 年第三季度 |
+| 托盘菜单 |已完成 | 2024 年第三季度 |
+| **全局快捷键** | 即将到来 | 2024 年第三季度 |
+| DeepFace 集成 (面部识别) | 计划中 | 2024 年第三季度 |
-#### 代理基础设施 | 即将推出
-```python
-from gpt-comptuer-assistant import crew, agent
-
-coder = agent("你是一名高级 Python 开发者")
-
-manager = agent("你是一名高级项目经理")
-
-assistant = crew(
- [coder, manager]
-)
-
-assistant.gui()
-```
@@ -124,18 +267,28 @@ assistant.gui()
| 功能 | 描述 |
|-----------------------------------|-------------------------------|
-| **屏幕读取** | OK |
-| **麦克风** | OK |
-| **系统音频** | OK |
-| **内存** | OK |
-| **打开和关闭应用程序** | OK |
-| **打开一个 URL** | OK |
-| **剪贴板** | OK |
-| **搜索引擎** | OK |
-| **编写和运行 Python** | OK |
-| **编写和运行 SH** | OK |
-| **使用你的 Telegram 账户** | OK |
-| **知识管理** | OK |
+| **本地视觉LLM模型 (Ollama)** | OK |
+| 本地 文本转语音 | OK |
+| 本地 语音转文本 | OK |
+| **屏幕阅读** | OK |
+| **点击屏幕上的文本或图标** | OK |
+| **移动到屏幕上的文本或图标** | OK |
+| **输入内容** | OK |
+| **按下任意键** | OK |
+| **鼠标滚动** | OK |
+| **麦克风** | OK |
+| **系统音效** | OK |
+| **记忆** | OK |
+| **打开和关闭App** | OK |
+| **打开URL链接** | OK |
+| **剪贴板** | OK |
+| **搜索引擎** | OK |
+| **输入并运行 Python** | OK |
+| **输入并运行 SH** | OK |
+| **使用你的Telegram 账户** | OK |
+| **知识管理** | OK |
+| **[添加更多工具](https://github.com/onuratakan/gpt-computer-assistant/blob/master/gpt_computer_assistant/standard_tools.py)** | ? |
+
@@ -143,18 +296,26 @@ assistant.gui()
-## 用法
-![options](https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/20972b1e-6d4f-4314-8470-f2fcf79b6e6d)
+### 预设定 Agents
+如果你启用它,你的助手将和下面这些团队一起工作:
+| Team Name | Status |
+|------------------------------------|----------------------------------|
+| **search_on_internet_and_report_team** | OK |
+| **generate_code_with_aim_team_** | OK |
+| **[添加一个你自己的](https://github.com/onuratakan/gpt-computer-assistant/blob/master/gpt_computer_assistant/teams.py)** | ? |
-** 第一次单击包含麦克风或系统音频的选项后,需要再次单击相同选项以停止。
+
+
+
+
## 贡献者
-
\ No newline at end of file
+