Skip to content

Advanced AI chat interface with real-time web search capabilities and multiple AI model support

Notifications You must be signed in to change notification settings

Jeff9497/200Model8Dev

Repository files navigation

200Model8-Dev 🚀

An advanced AI chat interface with real-time web search capabilities and multiple AI model support.

✨ Features

  • Multiple AI Models: Claude 3.5 Sonnet, Groq models (DeepSeek, Llama, etc.)
  • Real-time Web Search: DuckDuckGo integration for current information
  • MCP Integration: Model Context Protocol for enhanced capabilities
  • Responsive Design: Works on desktop and mobile
  • Theme Support: Light/dark/gradient themes
  • Message Management: Edit, resend, copy responses
  • Code Preview: Syntax highlighting for code blocks

🛠️ Setup

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository

     https://github.com/Jeff9497/200Model8Dev
  2. Install dependencies

    npm install
  3. Environment Setup

    cp .env.example .env
  4. Run the development server

    npm run dev
  5. Open your browser Navigate to http://localhost:3000

🚀 Usage

  1. Select a Model: Choose from Claude or models in the dropdown
  2. Ask Questions: Type your question and press Enter
  3. Web Search: Ask about current events - the AI will automatically search
  4. Code Help: Request code examples, documentation, or debugging help

🔧 Available Models

Claude

  • Claude 3.5 Sonnet
  • Claude 3.7 Sonnet

Free but limited Tier

  • DeepSeek Chat V3
  • Llama 3.1 8B Instant
  • Llama 3.3 70B Versatile

📱 Mobile Support

The interface is fully responsive and optimized for mobile devices with:

  • Touch-friendly controls
  • Optimized input area
  • Responsive layout

🎨 Themes

  • Default: Blue gradient theme
  • Light: Clean light theme
  • Dark: Dark theme for low-light usage

🔍 Search Capabilities

The AI can automatically search the web when you ask about:

  • Current news and events
  • Recent developments
  • Trending topics
  • Real-time information

🛡️ Security

  • API keys stored in environment variables
  • No sensitive data in client-side code
  • Secure API endpoints

📄 License

MIT License - feel free to use and modify!

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Built with ❤️ using Next.js, TypeScript, and modern web technologies.

About

Advanced AI chat interface with real-time web search capabilities and multiple AI model support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published