3 Way Chatbot Conversation
Making the different models from Anthropic, OpenAI and Ollama converse with each other.
Contents
Conversation_Day1.ipynb: The notebook file with all code and explanations for the first day.Conversation_Outputs: The chatbots conversations for each topicrequirements.txt:For installing the dependenciesREADME.md: This file.
How to Run
- Clone this repository.
- I'm using 'Python 3.11.13' with Jupyter Notebook or JupyterLab.
- Install dependencies (see below).
- Open the notebook using Jupyter:
jupyter notebook Conversation_Day1.ipynb
Dependencies
Install the required Python libraries using:
pip install -r requirements.txt
Author
Mustafa Kashif