#ollama #llm #chat-bot #cli #ai #command-line-tool

app ollama-inquire

Query any LLM found on Ollama from the terminal!

7 releases (stable)

1.0.6 Mar 24, 2024
0.1.0 Mar 24, 2024

#29 in Machine learning

Download history 195/week @ 2024-03-24 112/week @ 2024-03-31

307 downloads per month

MIT/Apache

9KB
109 lines

Inquire-Ollama: Your Intelligent Question Answering Companion

Inquire-Ollama: is a command-line tool that allows users to interact with the Ollama LLM models directly from the terminal. This tool provides a simple and intuitive way to inquire questions and receive responses from Ollama models.

Features

  • Interactive CLI: Easily inquire questions and get responses.
  • Model Selection: Choose different models for varied responses.

Installation

To install Inquire-Ollama:, you need to have Rust and Cargo installed on your system. If you haven't already installed Rust, you can do so by following the instructions here.

Once Rust is installed, you can install Inquire-Ollama: using Cargo:

cargo install ollama-inquire

Usage

After installation, you can start using Inquire-Ollama: by running:

inquire [OPTIONS] [PROMPT]

Options

  • --model=[MODEL]: Specify the model to use (default is 'mistral').
  • --version: Display the version of the installed Inquire-Ollama: tool.
  • [PROMPT]: The question or prompt to send to Ollama. Quotation marks are not required.

Examples

Asking a question using the default model:

inquire "What is the capital of kenya?"

or

inquire What is the capital of France?

Specifying a different model:

inquire --model=gale "Explain the theory of relativity"

Find all available models from Ollama here.

Checking the version:

inquire --version

Seeing the help info:

inquire --help

Contributing

Contributions to Inquire-Ollama: are welcome! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request on our GitHub repository.

License

Inquire-Ollama: is licensed under the MIT License.

Dependencies

~1.6–7MB
~48K SLoC