An open API service indexing awesome lists of open source software.

https://github.com/rhdeck/ollama-cli

Batch CLI for incorporating Ollama into shell scripts
https://github.com/rhdeck/ollama-cli

Last synced: over 1 year ago
JSON representation

Batch CLI for incorporating Ollama into shell scripts

Awesome Lists containing this project

README

          

# Ollama CLI

Run your favorite models from the command line with Ollama!
```
❯ npx ollama-cli --help
Usage: Ollama CLI Interface [options]

Generate text from an installed model using Ollama from the command line
Requires Ollama to be running - check your top bar for the cute head
Example: ollama-cli "Why Is the Sky Blue"

Options:
-V, --version output the version number
-m, --model model to use (default: "llama2")
-j --json output as json
-h, --help display help for command
```