このリポジトリをDownload ZIPでダウンロードするか、gitでcloneしてください。
Windowsの場合は install.bat を、Linux/Macの場合は install.sh を実行してください。
Windowsの場合は webui.bat を、Linux/Macの場合は webui.sh を実行してください。
コンソールにURLが表示されるので、そのURLをブラウザで開いてください。
モデルを選択し、画面下部のプロンプト入力欄にプロンプトを入力してください。
プロンプトはEnterキーまたは送信ボタンで送れます。
入力された内容はコンピューターのローカルにのみ送られ、外部には一切送られません。
入力内容や設定は、実行フォルダのmemory.pklに保存されます。
モデルを初めて選択したときや、モデルに更新があった際は、自動でダウンロードが行われ、modelsフォルダに保存されます。

"stabilityai/japanese-stablelm-base-alpha-7b",
"matsuo-lab/weblab-10b-instruction-sft",
"rinna/japanese-gpt-neox-3.6b-instruction-sft-v2",
"rinna/japanese-gpt-neox-3.6b-instruction-ppo",
"line-corporation/japanese-large-lm-1.7b-instruction-sft",
"cyberagent/open-calm-7b",
"AIBunCho/japanese-novel-gpt-j-6b",
"NovelAI/genji-jp",
"TheBloke/Llama-2-7B-GPTQ",
"TheBloke/Llama-2-13B-chat-GPTQ",
"TheBloke/Llama-2-70B-GPTQ",
"TheBloke/CodeLlama-7B-Instruct-GPTQ",
このプロジェクトは MIT ライセンスに基づいてライセンスされています。 ライセンス条項に基づいて、自由に使用、変更、配布、販売することができます。 詳細については、プロジェクト リポジトリの LICENSE ファイルを参照してください。
このプロジェクトは、多くのLLMに大いにインスパイアされました。このような先駆的な研究と公開モデルなしでは、本プロジェクトは成立しえませんでした。
このプロジェクトでは、ユーザー インターフェイスを作成するためのオープンソース ライブラリである Gradio を使用します。 利用規約については、Gradio の ライセンス を参照してください。
このプロジェクトは、oababooga/text-generation-webui から深くインスピレーションを受けました。 このコンセプトは私の作業に大きな影響を与えただけでなく、そのコードの一部を適応させました。 リポジトリで提供される革新的なアイデアと実装の詳細に非常に深く感謝をしています。
To install the required libraries on Windows, simply run the following batch file:
install.bat
For Linux and Mac users, you can install the necessary libraries by executing the following shell script:
./install.sh
You can start the Web UI on Windows by running the following batch file:
webui.bat
For Linux and Mac users, you can start the Web UI by executing the following shell script:
./webui.sh
This project allows you to switch between multiple LLMs and chat with them. All settings and conversations are stored locally in a file named memory.pkl.




memory.pkl, allowing you to resume previous chats.webui.bat (Windows) or ./webui.sh (Linux/Mac) to launch the Web UI.memory.pkl.memory.pkl file, as it may cause unexpected behavior.Feel free to explore and enjoy chatting with various Language Models!
This project is licensed under the MIT License. You are free to use, modify, distribute, and sell it under the terms of the license. For more details, see the LICENSE file in the project repository.
This project was heavily inspired by many LLMs. Without such pioneering research and public models, this project would not have been possible.
This project uses Gradio, an open-source library for creating user interfaces. Please refer to Gradio's license for terms and conditions.
This project was deeply inspired by oobabooga/text-generation-webui. Not only has the concept been a major influence on our work, but we have also adapted some of its code. We are immensely grateful for the innovative ideas and implementation details provided in their repository.
1 commits
Python
97.5%
Dockerfile
1.6%
このリポジトリをDownload ZIPでダウンロードするか、gitでcloneしてください。
Windowsの場合は install.bat を、Linux/Macの場合は install.sh を実行してください。
Windowsの場合は webui.bat を、Linux/Macの場合は webui.sh を実行してください。
コンソールにURLが表示されるので、そのURLをブラウザで開いてください。
モデルを選択し、画面下部のプロンプト入力欄にプロンプトを入力してください。
プロンプトはEnterキーまたは送信ボタンで送れます。
入力された内容はコンピューターのローカルにのみ送られ、外部には一切送られません。
入力内容や設定は、実行フォルダのmemory.pklに保存されます。
モデルを初めて選択したときや、モデルに更新があった際は、自動でダウンロードが行われ、modelsフォルダに保存されます。

"stabilityai/japanese-stablelm-base-alpha-7b",
"matsuo-lab/weblab-10b-instruction-sft",
"rinna/japanese-gpt-neox-3.6b-instruction-sft-v2",
"rinna/japanese-gpt-neox-3.6b-instruction-ppo",
"line-corporation/japanese-large-lm-1.7b-instruction-sft",
"cyberagent/open-calm-7b",
"AIBunCho/japanese-novel-gpt-j-6b",
"NovelAI/genji-jp",
"TheBloke/Llama-2-7B-GPTQ",
"TheBloke/Llama-2-13B-chat-GPTQ",
"TheBloke/Llama-2-70B-GPTQ",
"TheBloke/CodeLlama-7B-Instruct-GPTQ",
このプロジェクトは MIT ライセンスに基づいてライセンスされています。 ライセンス条項に基づいて、自由に使用、変更、配布、販売することができます。 詳細については、プロジェクト リポジトリの LICENSE ファイルを参照してください。
このプロジェクトは、多くのLLMに大いにインスパイアされました。このような先駆的な研究と公開モデルなしでは、本プロジェクトは成立しえませんでした。
このプロジェクトでは、ユーザー インターフェイスを作成するためのオープンソース ライブラリである Gradio を使用します。 利用規約については、Gradio の ライセンス を参照してください。
このプロジェクトは、oababooga/text-generation-webui から深くインスピレーションを受けました。 このコンセプトは私の作業に大きな影響を与えただけでなく、そのコードの一部を適応させました。 リポジトリで提供される革新的なアイデアと実装の詳細に非常に深く感謝をしています。
To install the required libraries on Windows, simply run the following batch file:
install.bat
For Linux and Mac users, you can install the necessary libraries by executing the following shell script:
./install.sh
You can start the Web UI on Windows by running the following batch file:
webui.bat
For Linux and Mac users, you can start the Web UI by executing the following shell script:
./webui.sh
This project allows you to switch between multiple LLMs and chat with them. All settings and conversations are stored locally in a file named memory.pkl.




memory.pkl, allowing you to resume previous chats.webui.bat (Windows) or ./webui.sh (Linux/Mac) to launch the Web UI.memory.pkl.memory.pkl file, as it may cause unexpected behavior.Feel free to explore and enjoy chatting with various Language Models!
This project is licensed under the MIT License. You are free to use, modify, distribute, and sell it under the terms of the license. For more details, see the LICENSE file in the project repository.
This project was heavily inspired by many LLMs. Without such pioneering research and public models, this project would not have been possible.
This project uses Gradio, an open-source library for creating user interfaces. Please refer to Gradio's license for terms and conditions.
This project was deeply inspired by oobabooga/text-generation-webui. Not only has the concept been a major influence on our work, but we have also adapted some of its code. We are immensely grateful for the innovative ideas and implementation details provided in their repository.
1 commits
Python
97.5%
Dockerfile
1.6%