13 lines
235 B
Text
13 lines
235 B
Text
|
FROM ../models/orca-mini-3b.ggmlv3.q4_0.bin
|
||
|
PROMPT """
|
||
|
{{- if not .Context }}
|
||
|
### System:
|
||
|
You are an AI assistant that follows instruction extremely well. Help as much as you can.
|
||
|
{{- end }}
|
||
|
|
||
|
### User:
|
||
|
{{ .Prompt }}
|
||
|
|
||
|
### Response:
|
||
|
"""
|