Skip to content

Commit 2ce1400

Browse files
committed
tags
1 parent c66c9f4 commit 2ce1400

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3035
cd ollama-bash-lib
3136
source ollama_bash_lib.sh
3237

33-
# Generate a completion
3438
ollama_generate -m mistral:7b -p "Describe Bash in 3 words"
35-
3639
# Powerful, Flexible, Scripting.
3740

3841
# Tab completion to view available library functions

0 commit comments

Comments
 (0)