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
- Host: GitHub
- URL: https://github.com/rhdeck/ollama-cli
- Owner: rhdeck
- License: mit
- Created: 2023-12-16T01:01:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T13:48:50.000Z (over 2 years ago)
- Last Synced: 2025-02-23T15:48:39.611Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```