A GUI interface for Ollama bots written in Rust
As of Ollama 0.10.0, Ollama now has an official GUI interface - however, as far as I see as of 1.10.1, it does not provide the following features:
- Enabling or disabling thinking
- Using a model hosted on an external IP
- Customising system prompt and chat history
- Enabling text filtering
- Easily accessible and toggleable history and logs
You may install the executable file in the release menu under the latest version. To use:
- Ensure you have Ollama installed and running (install here: https://ollama.com/download)
- Run the executable file, and the application will start
- You may install any models inside the application, the list of models can be found here: https://ollama.com/search
This application officially supports Windows, and should work fine on Linux.
- Ensure you have cargo installed, if not install with Rustup
- Clone this repository (git clone https://github.com/logancammish/ollama-gui-interface.git)
- Build with cargo build --release
- You will find the executable in target/release