Releases: untypequicode/ollama-assist
Releases · untypequicode/ollama-assist
v0.2.2
v0.2.1
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
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:
- AI-powered assistants: Ollama Assist uses natural language processing models to understand and generate text. It supports several models, such as Llama and Mistral.
- 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.
- 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.
- Shortcuts: Ollama Assist supports shortcuts for managing models. You can add, modify, and delete shortcuts for your favorite models from the command line.
- Copy to clipboard: Ollama Assist allows you to copy the response to your clipboard using the
-c
or--clipboard
flag. - Display in terminal: Ollama Assist displays the response in the terminal using the
-t
or--terminal
flag. - Customization: Ollama Assist is easily customizable through its command line options.
Installation
To install Ollama Assist, follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/untypequicode/ollama-assist.git
- Execute the installation script:
If you want to install Ollama Assist with the Ollama model, use the
./install.sh
ollama
option:./install.sh ollama
- 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.