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 = () => { >