Create an autonomous chat simulation between two bots. Expect bugs as it is still under development.
- Clone or download the repository.
git clone https://github.com/Melyns/Schizo-Bots/
- Install requirements
pip install -r requirements.txt
- Start LM Studio and navigate to the developer section
- Select an LLM of your choice (e.g. gemma-2-9b)
- Start an LM Studio server. Your sever address must be
http://127.0.0.1:1234
- Execute
run.bat
for Windows, orbash run.sh
for Linux - Navigate to
http://127.0.0.1:8000/
in your web browser - Enjoy watching two bots have a schizo chat
Important
You must always have only one instance of Schizo Bots open in your browser at http://127.0.0.1:8000/
otherwise the chat will get broken!
Tip
Google's Gemma 2 models work really well for this. I recommend using this model.
You can edit config.ini
to customize the name of the bots, thier personality, sampler parameters, and the API address.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE.