Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 22, 2024
1 parent ebd8f43 commit 64a311e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 01-chat-models/chat-models-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 02-prompts/prompts-basics-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 02-prompts/prompts-messages-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 02-prompts/prompts-templates-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 03-output-parsers/output-parsers-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 04-embedding-models/embedding-models-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 05-document-readers/document-readers-json-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down
2 changes: 1 addition & 1 deletion 05-document-readers/document-readers-text-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ollama run llama2
```

```shell
./gradlew bootTestRun
./gradlew bootRun
```

### When using Docker/Podman
Expand Down

0 comments on commit 64a311e

Please sign in to comment.