MoazIrfan / Any-LLM

User-friendly WebUI for LLMs

Home Page:https://any-llm-website.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any-LLM

WebUI for LLMs

Check out the Any-LLM-Website

React(MERN) ChatGPT / GPT 4 Template for Utilizing Any OpenAI Language Model.. Enjoy the benefits of GPT 4, upload images with your chat, and save your chats in db for later.

ChatGPT Template to utilize any OpenAI Language Model, i.e. GPT-3, GPT-4, Davinci, DALL-E and more.

any-llm-quick-preview.mp4

Features ⭐

  • 🖥️ Intuitive Interface: A user-friendly interface that simplifies the chat experience.
  • 💻 Code Syntax Highlighting: Code readability with syntax highlighting feature.
  • 🤖 Multiple Model Support: Seamlessly switch between different chat models.
  • 💬 Chat History: Remembers chat and knows topic you are talking.
  • 📜 Chat Store: Chat will be saved in db and can be accessed later time.
  • 🎨🤖 Generate Images: Image generation capabilities using DALL-E.
  • ⬆️ Attach Images: Upload images for code and text generation.

Installation

Enter OpenAI API key and MONGODB_URI in the .env file in the backend directory and run following commands:


# Install dependencies and start the frontend
cd frontend
npm install
npm run dev
# Install dependencies and start the backend
cd backend
npm install
npm run server

The App will be running locally at: http://localhost:5173

Have fun!

Connect

GitHub @MoazIrfan   Twitter @MoazIrfan   Blog: moazirfan.com   LinkedIn @MoazIrfan  

About

User-friendly WebUI for LLMs

https://any-llm-website.vercel.app

License:MIT License


Languages

Language:JavaScript 73.0%Language:CSS 24.1%Language:HTML 2.9%