We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25ac30 commit d200b7cCopy full SHA for d200b7c
common/chat.cpp
@@ -1300,7 +1300,6 @@ static common_chat_params common_chat_params_init_functionary_v3_1_llama_3_1(con
1300
common_chat_params data;
1301
1302
if (!inputs.tools.is_null()) {
1303
- json tools = inputs.tools.is_null() ? inputs.tools : json::array();
1304
std::string python_code_argument_name;
1305
auto has_raw_python = false;
1306
0 commit comments