# 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 topic - `requirements.txt`:For installing the dependencies - `README.md`: This file. ## How to Run 1. Clone this repository. 2. I'm using 'Python 3.11.13' with Jupyter Notebook or JupyterLab. 3. Install dependencies (see below). 4. Open the notebook using Jupyter: ```bash jupyter notebook Conversation_Day1.ipynb ``` ## Dependencies Install the required Python libraries using: ```bash pip install -r requirements.txt ``` --- ### Author Mustafa Kashif