mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Make it clear that BFL Flux 2 is free (#9588)
This commit is contained in:
parent
e4847ed8d9
commit
c18b262d12
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const IMAGE_GENERATION_MODELS: ImageGenerationModel[] = [
|
|||
// Roo Code Cloud models
|
||||
{ value: "google/gemini-2.5-flash-image", label: "Gemini 2.5 Flash Image", provider: "roo" },
|
||||
{ value: "google/gemini-3-pro-image", label: "Gemini 3 Pro Image", provider: "roo" },
|
||||
{ value: "bfl/flux-2-pro", label: "BFL Flux 2 Pro", provider: "roo", apiMethod: "images_api" },
|
||||
{ value: "bfl/flux-2-pro:free", label: "BFL Flux 2 Pro (Free)", provider: "roo", apiMethod: "images_api" },
|
||||
]
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue