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
- Clone the repository:
git clone https://github.com/neelabalan/llm-dialogue.git
- Install the required dependencies:
pip install -r requirements.txt
- Take a look into the
exmaples/
directory to get an idea of how to use it.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.