We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae537b commit ffb8a28Copy full SHA for ffb8a28
webview-ui/src/components/settings/ApiOptions.tsx
@@ -1630,7 +1630,6 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
1630
case "pearai": {
1631
// Get the base Anthropic model info
1632
const baseModelInfo = anthropicModels[anthropicDefaultModelId]
1633
- // Create PearAI model info with 1.03x price multiplier
1634
const pearaiModelInfo: ModelInfo = {
1635
...baseModelInfo,
1636
inputPrice: baseModelInfo.inputPrice,
0 commit comments