Hello WORLDDDDDDDDD
A clean, lightweight demo app for comparing different AI models (GPT and Claude).
- Simple dropdown to select between GPT-4, GPT-3.5, Claude 3 Opus, and Claude 3 Sonnet
- Clean chat interface with text input
- Response display area
- Dark mode support
# Install dependencies
npm install
# Run development server
npm run devOpen your browser to http://localhost:5173
The app currently uses placeholder responses. To integrate real API calls:
- Install API clients (e.g.,
openai,@anthropic-ai/sdk) - Add environment variables for API keys
- Replace the
setTimeoutinhandleSubmitwith actual API calls - Add streaming support if desired
src/App.tsx- Main application componentsrc/App.css- Styling for the appsrc/index.css- Global styles
Built with React, TypeScript, and Vite.