Skip to content

Commit 8e40c9b

Browse files
feat: reorganize apps directory and add README
This commit reorganizes the `apps` directory for better clarity and adds a README file to document the available apps. The changes include: - Renaming `apps/interactive.chat.sh` to `apps/chat.sh`. - Renaming `apps/interactive.generate.sh` to `apps/generate.sh`. - Creating a new `apps/README.md` file with a table of contents that links to the apps and provides a brief description for each. These changes make the `apps` directory more organized and user-friendly.
1 parent 7a9f223 commit 8e40c9b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

apps/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Apps
2+
3+
This directory contains interactive apps that use the Ollama Bash Lib.
4+
5+
| App | Description |
6+
|---|---|
7+
| [`chat.sh`](chat.sh) | An interactive chat session with message history. |
8+
| [`generate.sh`](generate.sh) | An interactive prompt for generating text, without message history. |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)