Explorar o código

fix: default image generation value

Timothy J. Baek hai 1 ano
pai
achega
41a6bf113a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/Settings/Images.svelte

+ 1 - 1
src/lib/components/chat/Settings/Images.svelte

@@ -23,7 +23,7 @@
 
 	let loading = false;
 
-	let enableImageGeneration = true;
+	let enableImageGeneration = false;
 	let AUTOMATIC1111_BASE_URL = '';
 
 	let selectedModel = '';