mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: dynamically set computer use value
This commit is contained in:
parent
e5e700ffcb
commit
eb78332d4e
1 changed files with 1 additions and 0 deletions
|
|
@ -926,6 +926,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
maxTokens: rawModel.maxTokensOutput,
|
||||
contextWindow: rawModel.maxTokensInput,
|
||||
supportsImages: rawModel.capabilities?.includes("input:image"),
|
||||
supportsComputerUse: rawModel.capabilities?.includes("computer_use"),
|
||||
supportsPromptCache: rawModel.capabilities?.includes("caching"),
|
||||
inputPrice: parsePrice(rawModel.pricePerToken?.input),
|
||||
outputPrice: parsePrice(rawModel.pricePerToken?.output),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue