Skip to content

ThorGameDev/BetterOllamaCLI

Repository files navigation

Better Ollama CLI

This project is designed provide most of the core Ollama functionality, but with a more user friendly interface.

This program has only been tested on Linux.

The program assumes that you have ollama installed, as well as a model already pulled. See https://github.com/ollama/ollama for more details

Use

  1. Ensure you are inside the project folder

  2. Create a virtual environment

python -m venv ./venv/
  1. Activate the virtual environment
source ./venv/bin/activate
  1. Install all required packages.
pip install -r requirements.txt
  1. In a different shell, start ollama. (only required if not already running)
ollama start

or

systemctl start ollama.service
  1. Finally, start the program
python ./main.py

About

A better command line interface for Ollama

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages