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>
23 lines
381 B
YAML
23 lines
381 B
YAML
---
|
|
name: "vicuna-chat"
|
|
|
|
description: |
|
|
Vicuna chat
|
|
|
|
license: "LLaMA"
|
|
|
|
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 4096
|
|
roles:
|
|
user: "User: "
|
|
system: "System: "
|
|
assistant: "Assistant: "
|
|
f16: true
|
|
template:
|
|
completion: |
|
|
Complete the following sentence: {{.Input}}
|
|
chat: |
|
|
{{.Input}}
|
|
ASSISTANT:
|