Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intelligentnode/intellichat
Modern AI chatbot supporting multiple LLMs. Switch between Gemini, Mistral, Llama, Claude and ChatGPT.
https://github.com/intelligentnode/intellichat
anthropic azure-openai bard chatbot chatbot-ui chatgpt claude gemini gpt-4o gpt4 llama2 llm mistral nextjs openai opengpt replicate typescript vercel
Last synced: 12 days ago
JSON representation
Modern AI chatbot supporting multiple LLMs. Switch between Gemini, Mistral, Llama, Claude and ChatGPT.
- Host: GitHub
- URL: https://github.com/intelligentnode/intellichat
- Owner: intelligentnode
- License: mit
- Created: 2023-09-03T19:41:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T21:21:14.000Z (4 months ago)
- Last Synced: 2024-10-18T00:44:26.080Z (21 days ago)
- Topics: anthropic, azure-openai, bard, chatbot, chatbot-ui, chatgpt, claude, gemini, gpt-4o, gpt4, llama2, llm, mistral, nextjs, openai, opengpt, replicate, typescript, vercel
- Language: TypeScript
- Homepage: https://chat.intellinode.ai/
- Size: 20.8 MB
- Stars: 46
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelliChat
IntelliChat is an open-source AI chatbot built with [IntelliNode](https://github.com/intelligentnode/IntelliNode) and Next.js. It is designed to accelerate the integration of multiple language models into chatbot apps.
https://github.com/intelligentnode/IntelliChat/assets/2751950/47d7db12-e299-449f-9351-39185c659d84
## Features
- Select your preferred AI Provider and model from the UI.
- **OpenAI ChatGPT**: gpt-4, gpt-3.5-turbo, gpt-4o-mini.
- **Google Gemini**.
- **Azure Openai**.
- **Cohere Coral**.
- **Replicate**: Llama (70b-chat, 13b-chat, 34b-code, 34b-python 13b-code-instruct).
- **Mistral AI**: Open-weight models.
- **Anthropic**: claude 3.
- 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](http://localhost:3000) with your browser to see the result.
---
**Built with:** [Intellinode](https://github.com/intelligentnode/IntelliNode), [Next.js](https://nextjs.org/), [Shadcn](https://ui.shadcn.com/), and [TailwindCSS](https://tailwindcss.com/).