mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-10 13:07:08 +00:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
FROM ../models/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin
|
|
TEMPLATE """
|
|
USER: {{ .Prompt }}
|
|
ASSISTANT:
|
|
"""
|