diff --git a/src/chatbox.tsx b/src/chatbox.tsx index a87c58e..65a1a13 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -221,6 +221,7 @@ export default function ChatBOX(props: { chatStore.totalTokens = client.total_tokens; console.log("postBeginIndex", chatStore.postBeginIndex); + setShowRetry(false); setChatStore({ ...chatStore }); } catch (error) { setShowRetry(true);