mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-25 13:04:59 +00:00
examples(phi-2): strip newline at the end of the prompt template
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
8292781045
commit
ad3623dd8d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ parameters:
|
||||||
top_p: 0.95
|
top_p: 0.95
|
||||||
seed: -1
|
seed: -1
|
||||||
template:
|
template:
|
||||||
chat: &template |
|
chat: &template |-
|
||||||
Instruct: {{.Input}}
|
Instruct: {{.Input}}
|
||||||
Output:
|
Output:
|
||||||
completion: *template
|
completion: *template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue