File size: 607 Bytes
2a22670
 
 
03fe0c2
 
 
 
 
 
2a22670
 
 
 
03fe0c2
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Coral FunctionGemma v10 — 6-tool schema, Octopus v2, named-args format
# set_lights unified (color/effect/state). respond = <tool_5>.
FROM ./functiongemma-physical-ai-v10-Q5_K_M.gguf

PARAMETER temperature 0
PARAMETER top_p 1
PARAMETER num_ctx 1024
PARAMETER num_predict 80

# Do NOT stop on <end> — that terminator marks the end of one tool call,
# but multi-tool sequences emit `<tool_A>(args)<end><tool_B>(args)<end>` and
# stopping at the first <end> truncates legitimate multi-tool output.
# <end_of_turn> + <eos> mark turn-level completion.
PARAMETER stop "<end_of_turn>"
PARAMETER stop "<eos>"