From 35ee9cab0ed59b2473314a8e77acf034b213b73e Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 29 Mar 2023 15:48:49 +0800 Subject: [PATCH] highlight status bar --- src/chatbox.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/chatbox.tsx b/src/chatbox.tsx index ce77b7e..d5d7982 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -166,7 +166,7 @@ export default function ChatBOX(props: { setShow={setShowSettings} />

setShowSettings(true)} >

@@ -180,10 +180,11 @@ export default function ChatBOX(props: {
- Total: {chatStore.totalTokens}{" "} - Max: {chatStore.maxTokens}{" "} - Margin: {chatStore.tokenMargin}{" "} - Message: {chatStore.history.length}{" "} + + Tokens: {chatStore.totalTokens} / {chatStore.maxTokens} + {" "} + {chatStore.model}{" "} + Messages: {chatStore.history.length}{" "} Cut: {chatStore.postBeginIndex}