File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ export class PearAiHandler extends AnthropicHandler {
31
31
id : baseModel . id ,
32
32
info : {
33
33
...baseModel . info ,
34
- inputPrice : ( baseModel . info . inputPrice || 0 ) * 1.025 ,
35
- outputPrice : ( baseModel . info . outputPrice || 0 ) * 1.025 ,
36
- cacheWritesPrice : baseModel . info . cacheWritesPrice ? baseModel . info . cacheWritesPrice * 1.025 : undefined ,
37
- cacheReadsPrice : baseModel . info . cacheReadsPrice ? baseModel . info . cacheReadsPrice * 1.025 : undefined ,
34
+ inputPrice : ( baseModel . info . inputPrice || 0 ) * 1.03 ,
35
+ outputPrice : ( baseModel . info . outputPrice || 0 ) * 1.03 ,
36
+ cacheWritesPrice : baseModel . info . cacheWritesPrice ? baseModel . info . cacheWritesPrice * 1.03 : undefined ,
37
+ cacheReadsPrice : baseModel . info . cacheReadsPrice ? baseModel . info . cacheReadsPrice * 1.03 : undefined ,
38
38
} ,
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments