Skip to content

Commit

Permalink
Update deepseek.yaml
Browse files Browse the repository at this point in the history
The trailing space here is presumably part of the template string - try use a chomp keep to get yaml lint to accept it?

Signed-off-by: Dave <[email protected]>
  • Loading branch information
dave-gray101 authored Jul 12, 2024
1 parent 6ae474e commit 746a7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/deepseek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_file: |
{{if eq .RoleName "assistant" -}}Assistant: {{.Content}}<|end▁of▁sentence|>{{end}}
{{if eq .RoleName "system" -}}{{.Content}}
{{end -}}
chat: |
chat: |+
{{.Input -}}
Assistant:

Check failure on line 16 in gallery/deepseek.yaml

View workflow job for this annotation

GitHub Actions / Yamllint

16:17 [trailing-spaces] trailing spaces
completion: |
Expand Down

0 comments on commit 746a7f0

Please sign in to comment.