A minimal web-UI to talk with Ollama models. This application uses React.js to create the UI.
- Visual Studio Code
- Postman
- Microsoft Edge (To preview the application)
- Minimum have 16GB RAM.
- Have Ollama installed.
- Tested on AMD Ryzen 1800X and AMD Ryzen 5 7535HS.
- Have installed Node.js and NPM in your system.
- Chatting with Ollama
- Large prompt fields
- Markdown parsing with syntax highlighting
- Dark and Light mode
- Saving sessions in a database.
- Open a new terminal in the project folder. Ensure that you have Node.js and NPM installed.
- Run
npm run i
first to install all dependencies - Run
npm run dev
to run the project. Ensure to have all models installed. - Go to
https://localhost:5173/
NOTE: This project is still under development, some functions may don't work yet, you can also use this project for your own projects. But remember, this is just an experimental project.