/llm-dialogue

This project is a dialogue system that utilizes GPT to enable back-and-forth conversations between two participants. It provides a basic framework for creating interactive and dynamic dialogues.

Primary LanguagePythonMIT LicenseMIT

LLM Dialogue

License

This project is a dialogue system that utilizes GPT to enable back-and-forth conversations between two participants. It provides sort of a basic framework for creating interactive and dynamic dialogues.

This doesn't support more than two participants in the conversation

Installation

  1. Clone the repository:
git clone https://github.com/neelabalan/llm-dialogue.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Take a look into the exmaples/ directory to get an idea of how to use it.

Screenshots

Conversation between a programmer and code reviewer

screenshot1.png

Conversation between Socrates and Nietzsche

screenshot2.png

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.