소스 검색

Merge pull request #3007 from open-webui/fix

fix
Timothy Jaeryang Baek 11 달 전
부모
커밋
06976c4551
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/Messages.svelte

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

@@ -79,7 +79,7 @@
 		history.currentId = userMessageId;
 
 		await tick();
-		await sendPrompt(userPrompt, userMessageId);
+		await sendPrompt(userPrompt, userMessageId, undefined, false);
 	};
 
 	const updateChatMessages = async () => {