Files
chandler/Modelfile
ModelHub XC 93b64bb541 初始化项目,由ModelHub XC社区提供模型
Model: pragnyanramtha/chandler
Source: Original Platform
2026-05-30 12:19:18 +08:00

15 lines
470 B
Plaintext

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|>
"""