mirror of
https://github.com/yuruotong1/autoMate.git
synced 2026-03-22 04:57:18 +08:00
update readme
This commit is contained in:
@@ -43,6 +43,9 @@ autoMate is a revolutionary AI+RPA automation tool built on OmniParser that can:
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### 📥 Direct Use
|
||||
You can directly download the executable file from GitHub release to use.
|
||||
|
||||
### 📦 Installation
|
||||
It is strongly recommended to install miniConda first and use miniconda to install dependencies. There are many tutorials online; if you're still confused, you can ask AI. Then install the environment according to the following commands:
|
||||
|
||||
@@ -57,14 +60,14 @@ conda activate automate
|
||||
# Install dependencies
|
||||
python install.py
|
||||
```
|
||||
### 🎮 Launch Application
|
||||
Launch Application
|
||||
|
||||
```bash
|
||||
python main.py
|
||||
```
|
||||
Then open `http://localhost:7888/` in your browser to configure your API key and basic settings.
|
||||
|
||||
|
||||
### 🔔 Notice
|
||||
The models that have been tested and are currently supported are as follows:
|
||||
|
||||
> PS: The following are large language model providers that have been tested and confirmed to work. We have no business relationship with these providers, therefore we cannot guarantee after-sales service, feature assurance, or stability maintenance. Please consider carefully when using paid services.
|
||||
|
||||
@@ -43,6 +43,9 @@ autoMate 是一款革命性的AI+RPA自动化工具,基于OmniParser构建,
|
||||
|
||||
## 🚀 快速开始
|
||||
|
||||
### 📥 直接使用
|
||||
可以直接从 github release 下载可执行文件使用。
|
||||
|
||||
### 📦 安装
|
||||
强烈建议先安装miniConda,用miniconda安装依赖,网上有很多教程,实在不懂可以问AI。然后按照下面命令安装环境:
|
||||
|
||||
@@ -57,13 +60,14 @@ conda activate automate
|
||||
# 安装相关依赖
|
||||
python install.py
|
||||
```
|
||||
### 🎮 启动应用
|
||||
安装完成后可以使用命令行启动应用:
|
||||
|
||||
```bash
|
||||
python main.py
|
||||
```
|
||||
然后在浏览器中打开`http://localhost:7888/`,配置您的API密钥和基本设置。
|
||||
|
||||
### 🔔 注意
|
||||
|
||||
目前已经测试并且支持的模型如下:
|
||||
|
||||
|
||||
@@ -43,6 +43,9 @@ autoMateは革新的なAI+RPA自動化ツールで、OmniParserをベースに
|
||||
|
||||
## 🚀 クイックスタート
|
||||
|
||||
### 📥 直接使用
|
||||
GitHubのリリースから実行可能ファイルを直接ダウンロードして使用できます。
|
||||
|
||||
### 📦 インストール
|
||||
miniCondaを先にインストールし、minicondaで依存関係をインストールすることを強くお勧めします。インターネット上に多くのチュートリアルがあり、分からない場合はAIに質問できます。以下のコマンドで環境をインストールしてください:
|
||||
|
||||
@@ -57,7 +60,8 @@ conda activate automate
|
||||
# 関連する依存関係をインストール
|
||||
python install.py
|
||||
```
|
||||
### 🎮 アプリケーションの起動
|
||||
|
||||
アプリケーションの起動
|
||||
|
||||
```bash
|
||||
python main.py
|
||||
@@ -65,6 +69,7 @@ python main.py
|
||||
ブラウザで`http://localhost:7888/`を開き、APIキーと基本設定を構成します。
|
||||
|
||||
|
||||
### 🔔 ご注意
|
||||
現在テスト済みでサポートされているモデルは以下の通りです:
|
||||
|
||||
> PS:以下はテスト済みの大規模言語モデルプロバイダーです。これらのプロバイダーと当社には利益関係がないため、アフターサービス、機能保証、安定性維持などは約束できません。有料サービスを利用する場合は十分ご検討ください。
|
||||
|
||||
Reference in New Issue
Block a user