Browse Source

refac: styling

Timothy Jaeryang Baek 1 month ago
parent
commit
21f85e63bf

+ 1 - 1
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte

@@ -1420,7 +1420,7 @@
 				{/each}
 
 				<button
-					class=" flex gap-2 items-center w-full text-center justify-center mb-5"
+					class=" flex gap-2 items-center w-full text-center justify-center mt-1 mb-5"
 					type="button"
 					on:click={() => {
 						params.custom_params = (params?.custom_params ?? {}) || {};

+ 1 - 0
src/lib/components/workspace/Models/ModelEditor.svelte

@@ -120,6 +120,7 @@
 		}
 
 		info.params = { ...info.params, ...params };
+
 		info.access_control = accessControl;
 		info.meta.capabilities = capabilities;