ollama/library/modelfiles/vicuna
2023-07-19 23:40:37 -07:00

9 lines
281 B
Text

FROM ../models/vicuna-7b-v1.3.ggmlv3.q4_0.bin
PROMPT """
{{ if not .Context }}
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
{{- end }}
USER: {{ .Prompt }}
ASSISTANT:
"""