Warning
A better version of this ended up evolving into this project!
A Jeopardy! game that compares AI responses from multiple backends. Give it an answer, and three different AI models will respond with questions.
Live demo: https://triple-jeopardy.netlify.app
- Compare responses from OpenAI, Anthropic (Claude), and Google Gemini
- Select different models for each backend
- See response times for each AI
- Netlify serverless and edge functions
- Real-time streaming responses
- Clone this repo
- Set environment variables:
OPENAI_API_KEYANTHROPIC_API_KEYGEMINI_API_KEY
- Deploy to Netlify or run locally with
netlify dev
/openai- OpenAI serverless function/openai-edge- OpenAI edge function/anthropic- Anthropic serverless function/gemini- Google Gemini serverless function
Built with Netlify Functions, Netlify Edge Functions, and vanilla HTML/CSS/JS.