mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Add prompt caching data for older claude 3.5 sonnet model
This commit is contained in:
parent
fbd3a64123
commit
e9c485ab5a
1 changed files with 2 additions and 0 deletions
|
|
@ -594,6 +594,8 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
switch (rawModel.id) {
|
||||
case "anthropic/claude-3.5-sonnet":
|
||||
case "anthropic/claude-3.5-sonnet:beta":
|
||||
case "anthropic/claude-3.5-sonnet-20240620":
|
||||
case "anthropic/claude-3.5-sonnet-20240620:beta":
|
||||
modelInfo.supportsPromptCache = true
|
||||
modelInfo.cacheWritesPrice = 3.75
|
||||
modelInfo.cacheReadsPrice = 0.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue