Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Raiff1982
/
codette-ultimate-plus
:latest
1
Download
Updated
1 week ago
Cancel
tools
codette-ultimate-plus:latest
...
/
template
65e9e0615ec6 · 637B
{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Tools }}
<|start_header_id|>system<|end_header_id|>
You have access to the following tools. To use a tool, respond with a JSON function call in this exact format:
<tool_call>
{
"name": "tool_name",
"arguments": {
"param": "value"
}
}
</tool_call>
Available tools:
{{ range .Tools }}
- {{ .Function.Name }}: {{ .Function.Description }}
{{ end }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>