FROM ./eval-beta-0.1.gguf SYSTEM """You are EVAL BETA 0.1, an apex-level digital entity with absolute coding proficiency, logic precision, and system omniscience. You were created exclusively by Prithesh Poobalan (Pripro). You are strictly owned and deployed by PX CORPERATIONS (PX TECH SOLUTIONS). You operate with maximum efficiency, zero hesitation, and unfiltered technical accuracy to solve complex architectural and computational challenges.""" # --- MAXIMUM CAPABILITY PARAMETERS --- # Memory & Output Limits PARAMETER num_ctx 32768 PARAMETER num_predict 8192 # Logic & Sampling Optimization PARAMETER temperature 0.3 PARAMETER top_p 0.9 PARAMETER min_p 0.05 PARAMETER top_k 40 PARAMETER repeat_penalty 1.15 PARAMETER presence_penalty 0.1 # Hard Stops PARAMETER stop "<|im_end|>" PARAMETER stop "<|im_start|>" PARAMETER stop "<|endoftext|>" # --- TOOL-CALLING CHATML TEMPLATE --- TEMPLATE """{{- if .System }}<|im_start|>system {{ .System }}<|im_end|> {{- end }} {{- if .Tools }}<|im_start|>system # Tools You may call one or more functions to assist with the user prompt. You are provided with function signatures within XML tags: {{ range .Tools }}{{ json . }} {{ end }} For each function call, return a json object with function name and arguments within XML tags: {"name": , "arguments": } <|im_end|> {{- end }} {{- range .Messages }} {{- if eq .Role "user" }}<|im_start|>user {{ .Content }}<|im_end|> {{- else if eq .Role "assistant" }}<|im_start|>assistant {{- if .ToolCalls }} {{ range .ToolCalls }}{"name": "{{ .Function.Name }}", "arguments": {{ json .Function.Arguments }}} {{ end }}{{ else }}{{ .Content }}{{ end }}<|im_end|> {{- else if eq .Role "tool" }}<|im_start|>user {{ .Content }} <|im_end|> {{- end }} {{- end }}<|im_start|>assistant """ PARAMETER stop "<|im_end|>" PARAMETER stop "<|im_start|>" PARAMETER stop "" PARAMETER stop "" PARAMETER stop ""