forked from third-party-mirrors/ollama
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
|
|
TEMPLATE """
|
|
### Instruction:
|
|
{{ .Prompt }}
|
|
|
|
{{- if and .First .System }}
|
|
### Input:
|
|
{{ .System }}
|
|
{{- end }}
|
|
|
|
### Response:
|
|
"""
|
|
|
|
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can.""" |