From 6bf87772c1109195294abb382cbc7d92da27b4da Mon Sep 17 00:00:00 2001 From: Madhu Shantan Date: Thu, 2 Jan 2025 04:11:18 +0530 Subject: [PATCH] Updated README.md - added demo --- ai_agent_tutorials/ai_tic_tac_toe_agent/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ai_agent_tutorials/ai_tic_tac_toe_agent/README.md b/ai_agent_tutorials/ai_tic_tac_toe_agent/README.md index 2da034f..a9f3173 100644 --- a/ai_agent_tutorials/ai_tic_tac_toe_agent/README.md +++ b/ai_agent_tutorials/ai_tic_tac_toe_agent/README.md @@ -2,6 +2,13 @@ An interactive Tic-Tac-Toe game where two AI agents powered by different language models compete against each other built on phidata Agent Framework and Streamlit as UI. Watch as GPT-4O battles against either DeepSeek V3 or Google's Gemini 1.5 Flash in this classic game! +## Demo + + +https://github.com/user-attachments/assets/071597e8-0f06-4cb0-bd19-dccf229b7317 + + + ## Features 🌟 - Player X: Powered by OpenAI's GPT-4o (o1 models as api is yet to roll out for tier)