From 97d30bc9a056f0fb88f35a4305f9eed816d3214a Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 19 Nov 2024 08:05:04 +0000 Subject: [PATCH] chore front end formatting --- src/lib/components/chat/Chat.svelte | 2 +- .../components/chat/Settings/Advanced/AdvancedParams.svelte | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index df6573a62..b20171174 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -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) ? { diff --git a/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte b/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte index c3ef3df8c..b82cc2299 100644 --- a/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte +++ b/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte @@ -89,8 +89,8 @@