mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 12:26:26 +00:00
📖 Add prompt-templates examples (#25)
Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
parent
b062f3142b
commit
1370b4482f
@ -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)
|
||||
|
6
prompt-templates/alpaca.tmpl
Normal file
6
prompt-templates/alpaca.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||
|
||||
### Instruction:
|
||||
{{.Input}}
|
||||
|
||||
### Response:
|
1
prompt-templates/koala.tmpl
Normal file
1
prompt-templates/koala.tmpl
Normal file
@ -0,0 +1 @@
|
||||
BEGINNING OF CONVERSATION: USER: {{.Input}} GPT:
|
6
prompt-templates/vicuna.tmpl
Normal file
6
prompt-templates/vicuna.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||
|
||||
### Instruction:
|
||||
{{.Input}}
|
||||
|
||||
### Response:
|
Loading…
Reference in New Issue
Block a user