File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ Run LLM prompts straight from your shell, and more
88
99[ ▶️ Get Started in 30 seconds] ( #quickstart ) • [ 💬 Join Discord] [ discord-invite ]
1010
11+ ![ Release] ( https://img.shields.io/github/v/release/attogram/ollama-bash-lib?style=flat )
1112![ License] ( https://img.shields.io/github/license/attogram/ollama-bash-lib?style=flat )
12- ![ Bash ≥3.2] ( https://img.shields.io/badge/bash-%3E=3.2-blue?logo=gnu-bash )
13+ ![ Bash ≥3.2] ( https://img.shields.io/badge/bash-%3E=3.2-blue?style=flat )
14+ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/t/attogram/ollama-bash-lib?style=flat )
1315![ GitHub stars] ( https://img.shields.io/github/stars/attogram/ollama-bash-lib?style=flat )
16+ ![ GitHub watchers] ( https://img.shields.io/github/watchers/attogram/ollama-bash-lib?style=flat )
17+ ![ Forks] ( https://img.shields.io/github/forks/attogram/ollama-bash-lib?style=flat )
18+ ![ Issues] ( https://img.shields.io/github/issues/attogram/ollama-bash-lib?style=flat )
1419
1520[ Quickstart] ( #quickstart ) -
1621[ Usage] ( #usage ) -
@@ -30,9 +35,7 @@ git clone https://github.com/attogram/ollama-bash-lib.git
3035cd ollama-bash-lib
3136source ollama_bash_lib.sh
3237
33- # Generate a completion
3438ollama_generate -m mistral:7b -p " Describe Bash in 3 words"
35-
3639# Powerful, Flexible, Scripting.
3740
3841# Tab completion to view available library functions
You can’t perform that action at this time.
0 commit comments