mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 17:15:19 +08:00
chore: remove Quota banner
This commit is contained in:
@ -19,7 +19,6 @@ import MessageView from "./MessageView";
|
|||||||
import MessageTextarea from "./MessageTextarea";
|
import MessageTextarea from "./MessageTextarea";
|
||||||
import DataStorageBanner from "../DataStorageBanner";
|
import DataStorageBanner from "../DataStorageBanner";
|
||||||
import ProductHuntBanner from "../ProductHuntBanner";
|
import ProductHuntBanner from "../ProductHuntBanner";
|
||||||
import QuotaOverflowBanner from "../QuotaOverflowBanner";
|
|
||||||
|
|
||||||
// The maximum number of tokens that can be sent to the OpenAI API.
|
// 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
|
// reference: https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens
|
||||||
@ -242,7 +241,6 @@ const ConversationView = () => {
|
|||||||
>
|
>
|
||||||
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
|
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
|
||||||
<ProductHuntBanner />
|
<ProductHuntBanner />
|
||||||
{/* <QuotaOverflowBanner /> */}
|
|
||||||
<DataStorageBanner />
|
<DataStorageBanner />
|
||||||
<Header className={showHeaderShadow ? "shadow" : ""} />
|
<Header className={showHeaderShadow ? "shadow" : ""} />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user