From b390f9aba2c9e136f02e70777a9ab03ed3133767 Mon Sep 17 00:00:00 2001 From: Mogbeyi Date: Tue, 4 Nov 2025 03:43:57 +0100 Subject: [PATCH] Clean up code --- week8/community_contributions/emmy/llm_battle.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/week8/community_contributions/emmy/llm_battle.py b/week8/community_contributions/emmy/llm_battle.py index b4e0673..b419d72 100644 --- a/week8/community_contributions/emmy/llm_battle.py +++ b/week8/community_contributions/emmy/llm_battle.py @@ -1,18 +1,3 @@ -"""Interactive multi-model debate arena with live updates and judge reports. - -This script assembles four LLM-powered agents: - * Debater A - * Debater B - * Judge - * Reporter - -The agents can be configured to target different providers by setting -environment variables for their API keys and (optionally) custom base URLs. -The debate is presented via a Gradio UI with two tabs: - 1. Live Debate: streams the arguments as they are generated. - 2. Judge's Report: displays the verdict, rubric scores, and a summary. -""" - from __future__ import annotations import json