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}