An enterprise AI tool.
-
Install Ollama and ensure it is available on your machine.
-
Pull the Mistral model:
ollama pull mistral
-
Start the Ollama API server (if not already running):
ollama serve
-
Start this application:
npm install node server.js
-
Open the app at
http://localhost:3000.
The application sends chat requests to Ollama at
http://127.0.0.1:11434/api/chatby default. If your Ollama server is hosted elsewhere, setOLLAMA_API_URLin your environment.