2023-07-19 21:56:55 -04:00
|
|
|
FROM ../models/orca-mini-3b.ggmlv3.q4_0.bin
|
2023-07-20 02:57:22 -04:00
|
|
|
TEMPLATE """
|
|
|
|
{{- if .First }}
|
2023-07-19 21:56:55 -04:00
|
|
|
### System:
|
2023-07-20 02:57:22 -04:00
|
|
|
{{ .System }}
|
2023-07-19 21:56:55 -04:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
### User:
|
|
|
|
{{ .Prompt }}
|
|
|
|
|
|
|
|
### Response:
|
|
|
|
"""
|
2023-07-20 02:57:22 -04:00
|
|
|
|
|
|
|
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can."""
|