Skip to content

Commit 787fa89

Browse files
committed
Oops
1 parent ba098af commit 787fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class chat_formatter {
9999
struct common_chat_templates * chat_templates,
100100
const llama_vocab * vocab,
101101
toolcall::client::ptr tc_client,
102-
common_chat_format chat_format)
102+
common_chat_format * chat_format)
103103

104104
: params_(params), chat_msgs_(chat_msgs), chat_templates_(chat_templates), vocab_(vocab), tc_client_(tc_client), chat_format_(chat_format) {}
105105
#endif

0 commit comments

Comments
 (0)