Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Japanese README #50

Merged
merged 2 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="src/assets/logo-cover.png" width=256></img>
<p><strong>Chat with ALL AI Bots Concurrently, Discover the Best</strong></p>

[Deutsch](README_DE-DE.md) | English | [简体中文](README_ZH-CN.md)
[Deutsch](README_DE-DE.md) | English | [简体中文](README_ZH-CN.md) | [日本語](README_JA-JP.md)

</div>

Expand Down
4 changes: 2 additions & 2 deletions README_DE-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="src/assets/logo-cover.png" width=256></img>
<p><strong>Chatten Sie mit ALLEN AI-Bots gleichzeitig, entdecken Sie die Besten</strong></p>

Deutsch | [English](README.md) | [简体中文](README_ZH-CN.md)
Deutsch | [English](README.md) | [简体中文](README_ZH-CN.md) | [日本語](README_JA-JP.md)

</div>

Expand Down Expand Up @@ -46,7 +46,7 @@ Und mehr...
- Aktivieren/Deaktivieren von Bots zu jeder Zeit
- Umschalten zwischen ein-, zwei- oder dreispaltiger Ansicht
- Unterstützt mehrere Sprachen (en, zh)
- TODO] Beste Empfehlungen
- [TODO] Beste Empfehlungen

## Anforderungen

Expand Down
118 changes: 118 additions & 0 deletions README_JA-JP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<div align="center">
<img src="src/assets/logo-cover.png" width=256></img>
<p><strong>すべての AI ボットと同時にチャットし、ベストを発見する</strong></p>

[Deutsch](README_DE-DE.md) | [English](README.md) | [简体中文](README_ZH-CN.md) | 日本語

</div>

## スクリーンショット

![Screenshot](screenshots/screenshot-2.png?raw=true)
![Screenshot](screenshots/screenshot-1.png?raw=true)

## 特徴

大規模言語モデル(LLM)ベースの AI ボットは素晴らしいです。しかし、その挙動はランダムで、ボットによって得意とするタスクが異なります。最高の体験をしたいのであれば、ボットを1つずつ試すのはやめましょう。ChatALL (中国名:齐尔)は、複数の AI ボットに同時にプロンプトを送信することができ、最高の結果を発見するのに役立ちます。

### 対応するボット

| AI ボット | Web アクセス | API |
| ------------------------------------------------------------------------- | ----------- | ----------- |
| [ChatGPT](https://chat.openai.com) | はい | はい |
| [Bing Chat](https://www.bing.com/new) | はい | APIなし |
| [Baidu ERNIE](https://yiyan.baidu.com/) | いいえ | はい |
| [Bard](https://bard.google.com/) | はい | APIなし |
| [Poe](https://poe.com/) | 近日公開 | 近日公開 |
| [MOSS](https://moss.fastnlp.top/) | はい | APIなし |
| [Tongyi Qianwen](http://tongyi.aliyun.com/) | 近日公開 | 近日公開 |
| [Dedao Learning Assistant](https://ai.dedao.cn/) | 近日公開 | APIなし |
| [iFLYTEK SPARK](http://xinghuo.xfyun.cn/) | はい | 近日公開 |
| [Alpaca](https://crfm.stanford.edu/2023/03/13/alpaca.html) | はい | APIなし |
| [Vicuna](https://lmsys.org/blog/2023-03-30-vicuna/) | はい | APIなし |
| [ChatGLM](https://chatglm.cn/blog) | はい | APIなし |
| [Claude](https://www.anthropic.com/index/introducing-claude) | はい | APIなし |
| Hugging Face space/セルフデプロイモデルの [Gradio](https://gradio.app/) | はい | APIなし |
| [HuggingChat](https://huggingface.co/chat/) | はい | APIなし |

などなど...

### その他の特徴

- クイックプロンプトモード: 前のリクエストが完了するのを待たずに次のプロンプトを送信
- チャット履歴をローカルに保存し、プライバシーを保護
- 気に入った応答をハイライトし、悪い応答を削除
- ChatGPT セッションを自動的に維持
- ボットの有効化/無効化をいつでも行えます
- 1列、2列、3列の表示切り替えが可能
- 複数の言語(en、zh)をサポート
- [TODO] ベストレコメンデーション

## 前提条件

ChatALL はプロキシではなく、クライアントです。そのため、以下のことが必要です:

1. ボット用のアカウントや API トークンを持っていること。
2. ボットへの信頼性の高いネットワーク接続があること。
3. VPN を使用する場合は、システム/グローバルプロキシとして設定されている必要があります。

## ダウンロード / インストール

https://github.com/sunner/ChatALL/releases からダウンロード

### Windows の場合

\*-win.exe ファイルをダウンロードし、セットアップを進めてください。

### macOS の場合

Apple Silicon Mac (M1, M2 CPU) の場合は、\*-mac-arm64.dmg ファイルをダウンロードしてください。

その他のMacの場合は、\*-mac-x64.dmg ファイルをダウンロードしてください。

### Linux の場合

.AppImage ファイルをダウンロードし、実行可能な状態にしてクリックで実行してください。

## 開発者向け

### ボットの提供

[ガイド](https://github.com/sunner/ChatALL/wiki/%E5%A6%82%E4%BD%95%E6%B7%BB%E5%8A%A0%E4%B8%80%E4%B8%AA%E6%96%B0%E7%9A%84-AI-%E5%AF%B9%E8%AF%9D%E6%9C%BA%E5%99%A8%E4%BA%BA) があなたのお役に立つかもしれません。

### 実行

```bash
npm install
npm run electron:serve
```

### ビルド

Node.js は v16.x であること

現在のプラットフォームに合わせてビルド:

```bash
npm run electron:build
```

あらゆるプラットフォームに対応したビルド:

```bash
npm run electron:build -- -wml --x64 --arm64
```

## クレジット

### コントリビューター

<a href="https://github.com/sunner/ChatALL/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sunner/ChatALL" />
</a>

### その他

- GPT-4 は多くのコードを提供した
- ChatGPT、Bing Chat、Google が多くの解決策を提供(順不同)
- [ChatHub](https://github.com/chathub-dev/chathub) に触発されました。リスペクトです!
2 changes: 1 addition & 1 deletion README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="src/assets/logo-cover.png" width=256></img>
<p><strong>同时与所有 AI 机器人聊天,找到最佳答案</strong></p>

[Deutsch](README_DE-DE.md) | [English](README.md) | 简体中文
[Deutsch](README_DE-DE.md) | [English](README.md) | 简体中文 | [日本語](README_JA-JP.md)

</div>

Expand Down