diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 09f446c..1b96846 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -499,13 +499,13 @@ export default function ChatBOX(props: { >
  • - + Tokens: {chatStore.totalTokens}/{chatStore.maxTokens}

  • - + Cut: {chatStore.postBeginIndex}/ {chatStore.history.filter(({ hide }) => !hide).length} @@ -513,7 +513,7 @@ export default function ChatBOX(props: {

  • - + Cost: ${chatStore.cost.toFixed(4)}

  • @@ -985,7 +985,7 @@ export default function ChatBOX(props: { {generatingMessage && ( { setFollow(!follow); diff --git a/src/message.tsx b/src/message.tsx index 780783a..d8a7ae5 100644 --- a/src/message.tsx +++ b/src/message.tsx @@ -226,7 +226,7 @@ export default function Message(props: Props) { setChatStore({ ...chatStore }); }} > - + { diff --git a/src/search.tsx b/src/search.tsx index 80da4c7..f5531c8 100644 --- a/src/search.tsx +++ b/src/search.tsx @@ -44,7 +44,7 @@ export default function Search(props: {
    {