mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
45761f8be2
fix yamlint warnings and errors Signed-off-by: Dave Lee <dave@gray101.com>
21 lines
380 B
YAML
21 lines
380 B
YAML
---
|
|
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 8192
|
|
f16: false
|
|
name: cerbero
|
|
|
|
template:
|
|
completion: "{{.Input}}"
|
|
chat: "Questa è una conversazione tra un umano ed un assistente AI.\n{{.Input}}\n[|Assistente|] "
|
|
roles:
|
|
user: "[|Umano|] "
|
|
system: "[|Umano|] "
|
|
assistant: "[|Assistente|] "
|
|
|
|
stopwords:
|
|
- "[|Umano|]"
|
|
|
|
trimsuffix:
|
|
- "\n"
|