diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 85ebec4..63d703a 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -536,10 +536,8 @@ export default function ChatBOX(props: {
Model
{chatStore.model}
- Prompt:{" "} - {chatStore.systemMessageContent.length > 30 - ? chatStore.systemMessageContent.slice(0, 30) + ".." - : chatStore.systemMessageContent} + {models[chatStore.model]?.price?.prompt * 1000 * 1000} $/M + tokens
@@ -597,7 +595,6 @@ export default function ChatBOX(props: { {chatStore.model}
-