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
- 🖥️ 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.
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