Skip to content

Commit 3960b24

Browse files
fix: remove obsolete links from demos/README.md
This commit removes obsolete links to `interactive.chat.sh` and `interactive.generate.sh` from `demos/README.md`. These scripts were moved to the `apps` directory in a previous commit, but the links in the demos README were not updated. This commit corrects that oversight.
1 parent 8e40c9b commit 3960b24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demos/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ This directory contains demos of the Ollama Bash Lib.
2828
| [_is_valid_json.md](_is_valid_json.md) | Is a string valid json? with `_is_valid_json` | [_is_valid_json.sh](_is_valid_json.sh) |
2929
| [_is_valid_model.md](_is_valid_model.md) | Is a string a valid model name? with `_is_valid_model` | [_is_valid_model.sh](_is_valid_model.sh) |
3030
| [ollama_app_vars.md](ollama_app_vars.md) | Ollama environmental variables with `ollama_app_vars` | [ollama_app_vars.sh](ollama_app_vars.sh) |
31-
| [interactive.chat.sh](interactive.chat.sh) | Interactive Chat completion (with message history) | [interactive.chat.sh](interactive.chat.sh) |
32-
| [interactive.generate.sh](interactive.generate.sh) | Interactive Generate completion (no message history) | [interactive.generate.sh](interactive.generate.sh) |
3331

3432
To run all demos and save output to Markdown files: [run.demos.sh](run.demos.sh)

0 commit comments

Comments
 (0)