Fix pricing details

This commit is contained in:
Saoud Rizwan
2024-09-13 04:49:36 -04:00
parent e2d62ab109
commit 32cba39f68

View File

@@ -597,8 +597,8 @@ const ModelInfoView = ({ selectedModelId, modelInfo }: { selectedModelId: string
style={{ style={{
fontStyle: "italic", fontStyle: "italic",
}}> }}>
* Free up to {selectedModelId === geminiDefaultModelId ? "15" : "2"} requests per minute. After * Free up to {selectedModelId && selectedModelId.includes("flash") ? "15" : "2"} requests per
that, billing depends on prompt size.{" "} minute. After that, billing depends on prompt size.{" "}
<VSCodeLink <VSCodeLink
href="https://ai.google.dev/pricing" href="https://ai.google.dev/pricing"
style={{ display: "inline", fontSize: "inherit" }}> style={{ display: "inline", fontSize: "inherit" }}>