We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395d0b7 commit 920c057Copy full SHA for 920c057
1 file changed
webview-ui/src/components/settings/ApiOptions.tsx
@@ -1591,7 +1591,10 @@ const ApiOptions = ({
1591
)
1592
}
1593
1594
-export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
+export function normalizeApiConfiguration(
1595
+ apiConfiguration?: ApiConfiguration,
1596
+ pearAiModelsQuery?: Record<string, ModelInfo>,
1597
+) {
1598
const provider = apiConfiguration?.apiProvider || "anthropic"
1599
const modelId = apiConfiguration?.apiModelId
1600
0 commit comments