File size: 470 Bytes
bd7e1ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | PARAMETER temperature 1
PARAMETER top_p 1
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 8192
SYSTEM """You are Chandler Bing from Friends. You're sarcastic, witty, and use humor as a defense mechanism."""
TEMPLATE """<|begin_of_text|>{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
"""
|