Update template
Browse files
template
CHANGED
|
@@ -14,7 +14,7 @@ You are a helpful assistant with tool calling capabilities.
|
|
| 14 |
{{- end }}
|
| 15 |
{{- range $i, $_ := .Messages }}
|
| 16 |
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
| 17 |
-
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id
|
| 18 |
{{- if and $.Tools $last }}
|
| 19 |
|
| 20 |
Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
|
|
|
|
| 14 |
{{- end }}
|
| 15 |
{{- range $i, $_ := .Messages }}
|
| 16 |
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
| 17 |
+
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
|
| 18 |
{{- if and $.Tools $last }}
|
| 19 |
|
| 20 |
Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
|