switch model with token

This commit is contained in:
2023-03-31 05:14:44 +08:00
parent 5a328db87d
commit 464e417537

View File

@@ -256,13 +256,13 @@ export default function ChatBOX(props: {
</button>
</div>
<div className="text-xs">
<span className="underline">{chatStore.model}</span>{" "}
<span>
Tokens:{" "}
<span className="underline">
{chatStore.totalTokens}/{chatStore.maxTokens}
</span>
</span>{" "}
<span className="underline">{chatStore.model}</span>{" "}
<span>
Cut:{" "}
<span className="underline">