change native_tool_call default value to false

This commit is contained in:
Samuel 2024-11-09 06:48:51 +00:00
parent dc5771d6f0
commit c4fd39fe83

View File

@ -1169,7 +1169,7 @@
model?.info?.params?.native_tool_call ??
$settings?.params?.native_tool_call ??
params?.native_tool_call ??
true;
false;
const [res, controller] = await generateChatCompletion(localStorage.token, {
stream: stream,
native_tool_call: native_tool_call,