mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fix pricing details
This commit is contained in:
parent
e2d62ab109
commit
32cba39f68
1 changed files with 2 additions and 2 deletions
|
|
@ -597,8 +597,8 @@ const ModelInfoView = ({ selectedModelId, modelInfo }: { selectedModelId: string
|
|||
style={{
|
||||
fontStyle: "italic",
|
||||
}}>
|
||||
* Free up to {selectedModelId === geminiDefaultModelId ? "15" : "2"} requests per minute. After
|
||||
that, billing depends on prompt size.{" "}
|
||||
* Free up to {selectedModelId && selectedModelId.includes("flash") ? "15" : "2"} requests per
|
||||
minute. After that, billing depends on prompt size.{" "}
|
||||
<VSCodeLink
|
||||
href="https://ai.google.dev/pricing"
|
||||
style={{ display: "inline", fontSize: "inherit" }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue