Files
LLM_Engineering_OLD/week2/community-contributions/3_chatbots_Converstion/README.md
2025-07-15 20:17:14 -02:30

758 B

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:
jupyter notebook Conversation_Day1.ipynb

Dependencies

Install the required Python libraries using:

pip install -r requirements.txt

Author

Mustafa Kashif