richawo/minimal-llm-ui
Minimalistic UI for Ollama LMs - This powerful react interface for LLMs drastically improves the chatbot experience and works offline.
What it solves
It provides a simple, minimalistic user interface for interacting with local language models running via Ollama, removing the need to use a command-line interface for chatting and managing conversations.
How it works
Built with React, Next.js, and Tailwind CSS, the application connects to an Ollama API endpoint (local or remote) using LangchainJs. It manages conversation context in memory to allow for seamless switching between different models during a session and saves chat histories to a local database.
Who it’s for
Users who run local LLMs via Ollama and want a clean web-based interface to chat, save their history, and manage prompt templates.
Highlights
- Model Toggling: Switch between different LLMs mid-conversation to compare results.
- Conversation History: Save and revisit previous chats via a local database.
- Prompt Templating: Create parameter-driven templates for frequently used prompts.
- Custom API Configuration: Support for custom base URLs if Ollama is hosted on a different device.
Related
- Project
- Project
- Project
- Project