Messire AI is a simple chat interface for Ollama, allowing you to interact with Ollama's AI models through an easy-to-use UI.
- Chat with Ollama AI models
- Minimal setup and configuration
- Clone the repository:
git clone https://github.com/daniel-langio/messire-ai.git
cd messire-ai- Install dependencies:
npm install- Start the chat interface:
npm run devBy default, the app will attempt to connect to your local Ollama instance at http://localhost:11434. Make sure Ollama is running before starting the app.
MIT