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> </button>
</div> </div>
<div className="text-xs"> <div className="text-xs">
<span className="underline">{chatStore.model}</span>{" "}
<span> <span>
Tokens:{" "} Tokens:{" "}
<span className="underline"> <span className="underline">
{chatStore.totalTokens}/{chatStore.maxTokens} {chatStore.totalTokens}/{chatStore.maxTokens}
</span> </span>
</span>{" "} </span>{" "}
<span className="underline">{chatStore.model}</span>{" "}
<span> <span>
Cut:{" "} Cut:{" "}
<span className="underline"> <span className="underline">