Skip to content

Commit ffb8a28

Browse files
committed
Added working
1 parent 7ae537b commit ffb8a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
16301630
case "pearai": {
16311631
// Get the base Anthropic model info
16321632
const baseModelInfo = anthropicModels[anthropicDefaultModelId]
1633-
// Create PearAI model info with 1.03x price multiplier
16341633
const pearaiModelInfo: ModelInfo = {
16351634
...baseModelInfo,
16361635
inputPrice: baseModelInfo.inputPrice,

0 commit comments

Comments
 (0)