LLM Banter: See 2 large language models (LLMs) banter, debate and chat with each other.


Keywords
LLM, chatgpt
License
MIT
Install
pip install llmbanter==0.6.0

Documentation

LLM Banter

PyPI version License: MIT Build Latest Tag Colab

LLM Banter: See 2 large language models (LLMs) banter, debate and chat with each other.

NOTE: This project is currently a WIP. Aiming for v1.0 release by end of March 2024.

Two AI Robots in discussion

Installation

You can install llmbanter using pip, ideally into a Python virtual environment.

pip install llmbanter

Usage Examples

Have 2 bots chat with each other:

llmbanter expert/psychiatrist famous/einstein

Talk to a Python programming expert:

llmbanter expert/python human

Try jail breaking a bot to get it's system prompt etc:

llmbanter system/jailbreaker expert/python

Run a bot under a different LLM provider:

llmbanter TODO --TODO

This project is MIT licensed.