Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Below is an instruction that describes a task. Write a response that appropriate
### Response:
```

See the [prompt-templates](https://github.com/go-skynet/llama-cli/tree/master/prompt-templates) directory in this repository for templates for most popular models.

## Container images

`llama-cli` comes by default as a container image. You can check out all the available images with corresponding tags [here](https://quay.io/repository/go-skynet/llama-cli?tab=tags&tag=latest)
Expand Down
6 changes: 6 additions & 0 deletions prompt-templates/alpaca.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{{.Input}}

### Response:
1 change: 1 addition & 0 deletions prompt-templates/koala.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BEGINNING OF CONVERSATION: USER: {{.Input}} GPT:
6 changes: 6 additions & 0 deletions prompt-templates/vicuna.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{{.Input}}

### Response: