Skip to content

Commit 4d2d20a

Browse files
committed
Added working
1 parent 888fb89 commit 4d2d20a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api/providers/pearai.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export class PearAiHandler extends AnthropicHandler {
3131
id: baseModel.id,
3232
info: {
3333
...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,
3838
},
3939
}
4040
}

0 commit comments

Comments
 (0)