Skip to content

Melyns/Schizo-Bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schizo-Bots Download

Create an autonomous chat simulation between two bots. Expect bugs as it is still under development.

Screenshot 2024-09-12 090929

Requirements

Installation

  1. Clone or download the repository.
git clone https://github.com/Melyns/Schizo-Bots/
  1. Install requirements
pip install -r requirements.txt

Usage

  1. Start LM Studio and navigate to the developer section
  2. Select an LLM of your choice (e.g. gemma-2-9b)
  3. Start an LM Studio server. Your sever address must be http://127.0.0.1:1234
  4. Execute run.bat for Windows, or bash run.sh for Linux
  5. Navigate to http://127.0.0.1:8000/ in your web browser
  6. 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.

Customization

You can edit config.ini to customize the name of the bots, thier personality, sampler parameters, and the API address.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE.