mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 00:05:40 +02: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:
|
|
"""
|