Files
LLM_Engineering_OLD/week2
Levezze 21028a6bf7 Add modular 3-way LLM conversation notebook
Implements a clean, reusable architecture for multi-LLM conversations:
- Unified OpenAI SDK interface for GPT, Claude, and Gemini models
- Dynamic role assignment using a dictionary-based configuration
- Three distinct personas: snarky arguer, sharp debater, and mediator
- Conversation context management across all participants
- Interactive display using IPython Markdown rendering

The modular `call_llm()` function handles context building and message
tracking, making it easy to orchestrate complex multi-agent dialogues.

Demonstrates best practices for LLM interaction patterns in the course.
2025-08-24 21:45:04 -04:00
..
2025-02-15 08:31:06 -05:00
2025-04-25 13:25:00 +02:00
2025-07-10 01:02:53 +05:30