mirror of
https://github.com/open-webui/open-webui
synced 2024-11-27 06:20:01 +00:00
change native_tool_call default value to false
This commit is contained in:
parent
dc5771d6f0
commit
c4fd39fe83
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user