intelligentnode / IntelliChat

Modern AI chatbot supporting multiple LLMs. Switch between Gemini, Mistral, Llama, Claude and ChatGPT.

Home Page:https://chat.intellinode.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliChat

IntelliChat is an open-source AI chatbot built with IntelliNode and Next.js. It is designed to accelerate the integration of multiple language models into chatbot apps.

intellichat-demo.mp4

Features

  • Select your preferred AI Provider and model from the UI.
    • OpenAI ChatGPT: gpt-4, gpt-3.5-turbo.
    • Google Gemini.
    • Azure Openai.
    • Cohere Coral.
    • Replicate: Llama (70b-chat, 13b-chat, 34b-code, 34b-python 13b-code-instruct).
    • Mistral AI: Open-weight models.
  • Manage your API keys via the UI.
  • Access your data using intellinode one key.

Installing and Running the App

  1. cd intellichat.
  2. Install the dependencies: pnpm install or npm install or yarn install.
  3. Start the Next.js server pnpm dev or npm run dev or yarn dev.

Open http://localhost:3000 with your browser to see the result.



Built with: Intellinode, Next.js, Shadcn, and TailwindCSS.

About

Modern AI chatbot supporting multiple LLMs. Switch between Gemini, Mistral, Llama, Claude and ChatGPT.

https://chat.intellinode.ai/

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 2.6%Language:CSS 1.5%