Skip to content

Commit da8e9e2

Browse files
author
ochafik
committed
Merge branch 'date' of github.com:ochafik/llama.cpp into date
2 parents e7003aa + d200b7c commit da8e9e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/chat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,6 @@ static common_chat_params common_chat_params_init_functionary_v3_1_llama_3_1(con
13021302
common_chat_params data;
13031303

13041304
if (!inputs.tools.is_null()) {
1305-
json tools = inputs.tools.is_null() ? inputs.tools : json::array();
13061305
std::string python_code_argument_name;
13071306
auto has_raw_python = false;
13081307

0 commit comments

Comments
 (0)