Skip to content

Commit a3c2a5f

Browse files
committed
cleanup
1 parent 1e749bf commit a3c2a5f

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,29 +82,28 @@ For detailed information on how to use Ollama Bash Lib, including how-to guides,
8282

8383
Here are a few of the most popular demos:
8484

85-
| Demo | About |
86-
|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
87-
| [ollama_generate.md](demos/ollama_generate.md) | Generate completion with `ollama_generate` |
88-
| [ollama_generate_json.md](demos/ollama_generate_json.md) | Generate completion, json output with `ollama_generate_json` |
89-
| [ollama_generate_stream.md](demos/ollama_generate_stream.md) | Generate completion, streaming with `ollama_generate_stream` |
90-
| [ollama_chat.md](demos/ollama_chat.md) | Chat completion with `ollama_messages_add` and `ollama_chat` |
91-
| [interactive.chat.sh](demos/interactive.chat.sh) | Interactive Chat completion (with message history) |
92-
| [list.md](demos/list.md) | Ollama model list with `ollama_list`, `ollama_list_array` and `ollama_list_json` |
93-
| [show.md](demos/show.md) | Model info with `ollama_show` and `ollama_show_json` |
94-
| [prompt.all.models.md](demos/prompt.all.models.md) | Send a prompt to all models |
95-
| [prompts.model.md](demos/prompts.model.md) | Send many prompts to a model |
96-
| [about.md](demos/about.md) | Ollama Bash Lib info with `ollama_lib_about` and `ollama_lib_version` |
85+
| Demo | About |
86+
|--------------------------------------------------------------|----------------------------------------------------------------------------------|
87+
| [ollama_generate.md](demos/ollama_generate.md) | Generate completion with `ollama_generate` |
88+
| [ollama_generate_json.md](demos/ollama_generate_json.md) | Generate completion, json output with `ollama_generate_json` |
89+
| [ollama_generate_stream.md](demos/ollama_generate_stream.md) | Generate completion, streaming with `ollama_generate_stream` |
90+
| [ollama_chat.md](demos/ollama_chat.md) | Chat completion with `ollama_messages_add` and `ollama_chat` |
91+
| [list.md](demos/list.md) | Ollama model list with `ollama_list`, `ollama_list_array` and `ollama_list_json` |
92+
| [show.md](demos/show.md) | Model info with `ollama_show` and `ollama_show_json` |
93+
| [prompt.all.models.md](demos/prompt.all.models.md) | Send a prompt to all models |
94+
| [prompts.model.md](demos/prompts.model.md) | Send many prompts to a model |
95+
| [about.md](demos/about.md) | Ollama Bash Lib info with `ollama_lib_about` and `ollama_lib_version` |
9796

9897
See the **[full list of demos](demos/README.md)**.
9998

10099
### Review Demos
101100

102-
| Demo | About |
103-
|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
104-
| [review.lib.md](demos/review.lib.md) | Code Review of `ollama_bash_lib.sh` |
105-
| [review.lib-security.md](demos/review.lib-security.md) | Security Review of `ollama_bash_lib.sh` |
106-
| [review.readme.md](demos/review.readme.md) | Marketing Review of `README.md` |
107-
| [review.funny.md](demos/review.funny.md) | Humorous project descriptions based on `README.md` |
101+
| Demo | About |
102+
|--------------------------------------------------------|----------------------------------------------------|
103+
| [review.lib.md](demos/review.lib.md) | Code Review of `ollama_bash_lib.sh` |
104+
| [review.lib-security.md](demos/review.lib-security.md) | Security Review of `ollama_bash_lib.sh` |
105+
| [review.readme.md](demos/review.readme.md) | Marketing Review of `README.md` |
106+
| [review.funny.md](demos/review.funny.md) | Humorous project descriptions based on `README.md` |
108107

109108
## Functions
110109

0 commit comments

Comments
 (0)