mirror of
https://github.com/open-webui/open-webui
synced 2025-02-22 13:18:25 +00:00
chore front end formatting
This commit is contained in:
parent
18c092d29e
commit
97d30bc9a0
@ -1552,7 +1552,7 @@
|
||||
localStorage.token,
|
||||
{
|
||||
stream: stream,
|
||||
native_tool_call : native_tool_call,
|
||||
native_tool_call: native_tool_call,
|
||||
model: model.id,
|
||||
...(stream && (model.info?.meta?.capabilities?.usage ?? false)
|
||||
? {
|
||||
|
@ -89,8 +89,8 @@
|
||||
<button
|
||||
class="p-1 px-3 text-xs flex rounded transition"
|
||||
on:click={() => {
|
||||
params.native_tool_call=
|
||||
(params?.native_tool_call?? null) === null
|
||||
params.native_tool_call =
|
||||
(params?.native_tool_call ?? null) === null
|
||||
? true
|
||||
: params.native_tool_call
|
||||
? false
|
||||
@ -109,8 +109,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class=" py-0.5 w-full justify-between">
|
||||
<Tooltip
|
||||
content={$i18n.t(
|
||||
|
Loading…
Reference in New Issue
Block a user