10 lines
281 B
Text
10 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:
|
||
|
"""
|