Skip to content

Releases: untypequicode/ollama-assist

v0.2.2

18 Mar 21:28
Compare
Choose a tag to compare

New features in the latest release:

  • Customizable shortcuts for custom models through logo color changes:
    • Option to choose the gradient colors of the llama
    • Option to choose the background color of the logo content

v0.2.1

17 Mar 21:00
Compare
Choose a tag to compare

New features in the latest release:

  • Added a shortcut for custom models, with the ability to use copy and paste with the shortcuts for custom models.

v0.2.0

17 Mar 20:11
Compare
Choose a tag to compare

Ollama Assist: AI-powered assistants for Linux

Ollama Assist is an AI-based assistant for Linux that allows you to perform complex tasks using a natural language processing model. It is based on the Ollama project and is designed to be user-friendly and extensible.

Features

Ollama Assist provides the following features:

  1. AI-powered assistants: Ollama Assist uses natural language processing models to understand and generate text. It supports several models, such as Llama and Mistral.
  2. Model management: Ollama Assist allows you to manage multiple models and configure them individually. You can add, modify, and remove models from the command line.
  3. Custom models: Ollama Assist lets you create your own custom models using a JSON file. You can add, modify, and delete custom models from the command line.
  4. Shortcuts: Ollama Assist supports shortcuts for managing models. You can add, modify, and delete shortcuts for your favorite models from the command line.
  5. Copy to clipboard: Ollama Assist allows you to copy the response to your clipboard using the -c or --clipboard flag.
  6. Display in terminal: Ollama Assist displays the response in the terminal using the -t or --terminal flag.
  7. Customization: Ollama Assist is easily customizable through its command line options.

Installation

To install Ollama Assist, follow these steps:

  1. Clone the repository from GitHub:
    git clone https://github.com/untypequicode/ollama-assist.git
  2. Execute the installation script:
    ./install.sh
    If you want to install Ollama Assist with the Ollama model, use the ollama option:
    ./install.sh ollama
  3. To uninstall Ollama Assist, execute the uninstall script:
    ./uninstall.sh

Usage

To use Ollama Assist, run the following command:

ollama-assist

You can also add Ollama Assist to your PATH to execute it from anywhere. For more information on available commands, use the -h or --help flag:

ollama-assist -h

Ollama Assist is a powerful and flexible tool for performing complex tasks using AI. Don't hesitate to explore its features and adapt it to your needs.