Add Chatbots Conversation Contribution

This commit is contained in:
Mustafa Kashif
2025-07-15 20:17:14 -02:30
parent c74077effe
commit 13c274e401
4 changed files with 427 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# 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