diff --git a/04-chatgpt-local/.history/index_20240612184154.html b/04-chatgpt-local/.history/index_20240612184154.html
new file mode 100644
index 0000000..bd3e68b
--- /dev/null
+++ b/04-chatgpt-local/.history/index_20240612184154.html
@@ -0,0 +1,295 @@
+
+
+
+
+  
+  
+  ChatGPT Local 100% privado, gratis y maravilloso
+
+  
+
+  
+
+
+
+  
+    
+      - 
+        
+        Cargando...+Esto puede tardar un poco. Paciencia.+
+
+  
+
+  
+
+   
+
+  
+    
+      
+      
+    
+  
+
+
+
\ No newline at end of file
diff --git a/04-chatgpt-local/.history/index_20240612190429.html b/04-chatgpt-local/.history/index_20240612190429.html
new file mode 100644
index 0000000..c0d169a
--- /dev/null
+++ b/04-chatgpt-local/.history/index_20240612190429.html
@@ -0,0 +1,296 @@
+
+
+
+
+  
+  
+  ChatGPT Local 100% privado, gratis y maravilloso
+
+  
+
+  
+
+
+
+  
+
+      - 
+        
+        Cargando...+Esto puede tardar un poco. Paciencia.+
+
+  
+
+  
+
+   
+
+  
+    
+      
+      
+    
+  
+
+
+
\ No newline at end of file
diff --git a/04-chatgpt-local/index.html b/04-chatgpt-local/index.html
index bd3e68b..c0d169a 100644
--- a/04-chatgpt-local/index.html
+++ b/04-chatgpt-local/index.html
@@ -235,6 +235,7 @@
         const content = choice?.delta?.content ?? ""
         reply += content
         $botMessage.textContent = reply
+        $container.scrollTop = $container.scrollHeight
       }
 
       $button.removeAttribute('disabled')
@@ -242,7 +243,7 @@
         role: 'assistant',
         content: reply
       })
-      $container.scrollTop = $container.scrollHeight
+      
     })
 
     function addMessage(text, sender) {