From 455813525ad06aebdc6030549bc8487ec53de416 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 24 Apr 2023 20:05:41 +0800 Subject: [PATCH] chore: remove Quota banner --- src/components/ConversationView/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ConversationView/index.tsx b/src/components/ConversationView/index.tsx index cb3ac30..717f1ea 100644 --- a/src/components/ConversationView/index.tsx +++ b/src/components/ConversationView/index.tsx @@ -19,7 +19,6 @@ import MessageView from "./MessageView"; import MessageTextarea from "./MessageTextarea"; import DataStorageBanner from "../DataStorageBanner"; import ProductHuntBanner from "../ProductHuntBanner"; -import QuotaOverflowBanner from "../QuotaOverflowBanner"; // The maximum number of tokens that can be sent to the OpenAI API. // reference: https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens @@ -242,7 +241,6 @@ const ConversationView = () => { >
- {/* */}