Ollama Chatbot is designed to offer a simplified user interface with minimal features and reduced complexity. The primary focus of this project is on achieving cleaner code through a full TypeScript migration, adopting a more modular architecture, ensuring comprehensive test coverage, and implementing a robust CI/CD pipeline.
Before proceeding with the installation, ensure that you have the following prerequisites:
Follow these steps to set up ollama-svelte-chatbot:
Clone the repository:
git clone https://github.com/super999christ/ollama-svelte-chatbot.git
cd ollama-svelte-chatbot
Install the dependencies:
npm ci
Run the application in development mode:
npm run dev
Ollama Web UI Lite now should be available at http://localhost:3000