8000 debug · themrzmaster/llama-cpp-python@6e03692 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e03692

Browse files
committed
debug
1 parent 6197f62 commit 6e03692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_chat_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@ def mixtral_function_calling(
30753075
# Case 3: Automatic tool choice
30763076
assert isinstance(tool_choice, str) and tool_choice == "auto"
30773077
function_names = " | ".join(
3078-
[f'''"name:{tool['function']['name']}:"''' for tool in tools]
3078+
[f'''"name:{tool['function']['name']}"''' for tool in tools]
30793079
)
30803080

30813081
initial_gbnf_tool_grammar = (

0 commit comments

Comments
 (0)
0