mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-27 21:24:59 +00:00
fix: yaml lint in llama3.2-quantized.yaml
Signed-off-by: Maximilian Kenfenheuer <maximilian.kenfenheuer@ksol.it>
This commit is contained in:
parent
aff5f23e12
commit
d745dbe6f1
1 changed files with 3 additions and 4 deletions
|
@ -21,7 +21,7 @@ config_file: |
|
||||||
<|start_header_id|>{{if eq .RoleName "assistant"}}assistant{{else if eq .RoleName "system"}}system{{else if eq .RoleName "tool"}}tool{{else if eq .RoleName "user"}}user{{end}}<|end_header_id|>
|
<|start_header_id|>{{if eq .RoleName "assistant"}}assistant{{else if eq .RoleName "system"}}system{{else if eq .RoleName "tool"}}tool{{else if eq .RoleName "user"}}user{{end}}<|end_header_id|>
|
||||||
{{ if .FunctionCall -}}
|
{{ if .FunctionCall -}}
|
||||||
{{ else if eq .RoleName "tool" -}}
|
{{ else if eq .RoleName "tool" -}}
|
||||||
The Function was executed and the response was:
|
The Function was executed and the response was:
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ if .Content -}}
|
{{ if .Content -}}
|
||||||
{{.Content -}}
|
{{.Content -}}
|
||||||
|
@ -35,8 +35,8 @@ config_file: |
|
||||||
{{.Input}}
|
{{.Input}}
|
||||||
function: |
|
function: |
|
||||||
<|start_header_id|>system<|end_header_id|>
|
<|start_header_id|>system<|end_header_id|>
|
||||||
You are an expert in composing functions. You are given a question and a set of possible functions.
|
You are an expert in composing functions. You are given a question and a set of possible functions.
|
||||||
Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
|
Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
|
||||||
If none of the functions can be used, point it out. If the given question lacks the parameters required by the function, also point it out. You should only return the function call in tools call sections.
|
If none of the functions can be used, point it out. If the given question lacks the parameters required by the function, also point it out. You should only return the function call in tools call sections.
|
||||||
If you decide to invoke any of the function(s), you MUST put it in the format as follows:
|
If you decide to invoke any of the function(s), you MUST put it in the format as follows:
|
||||||
[func_name1(params_name1=params_value1,params_name2=params_value2,...),func_name2(params_name1=params_value1,params_name2=params_value2,...)]
|
[func_name1(params_name1=params_value1,params_name2=params_value2,...),func_name2(params_name1=params_value1,params_name2=params_value2,...)]
|
||||||
|
@ -53,4 +53,3 @@ config_file: |
|
||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "<|eot_id|>"
|
- "<|eot_id|>"
|
||||||
- <|end_of_text|>
|
- <|end_of_text|>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue