Timothy Jaeryang Baek 5 months ago
parent
commit
d2a462a3ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -2054,7 +2054,7 @@
 			prompt
 			prompt
 		).catch((error) => {
 		).catch((error) => {
 			console.log(error);
 			console.log(error);
-			return [];
+			return [prompt];
 		});
 		});
 
 
 		if (queries.length === 0) {
 		if (queries.length === 0) {