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