LocalAI/gallery/phi-3-chat.yaml

20 lines
296 B
YAML
Raw Normal View History

---
name: "phi-3-chat"
config_file: |
mmap: true
template:
chat_message: |
<|{{ .RoleName }}|>
{{.Content}}<|end|>
chat: |
{{.Input}}
<|assistant|>
completion: |
{{.Input}}
context_size: 4096
f16: true
stopwords:
- <|end|>
- <|endoftext|>