Skip to content

Commit 920dfba

Browse files
committed
vicuna
1 parent f67e7e9 commit 920dfba

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
@@ -2819,7 +2819,7 @@ def vicuna_function_calling(
28192819
"\n\nYou have access to the following functions:\n"
28202820
"{% for tool in tools %}"
28212821
"\nfunctions.{{ tool.function.name }}:\n"
2822-
"{{ tool.function.arguments | tojson }}"
2822+
"{{ tool.function.arguments }}"
28232823
"\n{% endfor %}"
28242824
"\n\nYou can respond to users messages with either a single message or multiple function calls, never both. If function calls are used, they must be the first part of the response."
28252825
"\n\nTo respond with one or more function calls begin the message with 'functions.<function_name>:', use the following format:"

0 commit comments

Comments
 (0)