Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Created May 9, 2025 16:12
Show Gist options
  • Save akhenakh/91c65ff9252a148522de65690c334451 to your computer and use it in GitHub Desktop.
Save akhenakh/91c65ff9252a148522de65690c334451 to your computer and use it in GitHub Desktop.
FROM uigen-t2-7b-3600-q8_0.gguf
# Model information
PARAMETER stop <|end_of_solution|>
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM """You are Tesslate, a helpful assistant specialized in UI generation."""
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range $i, $message := .Messages }}{{ if $i }}{{ end }}<|im_start|>{{ $message.Role }}
{{ $message.Content }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment