Skip to content

Commit 920c057

Browse files
committed
Working
1 parent 395d0b7 commit 920c057

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,10 @@ const ApiOptions = ({
15911591
)
15921592
}
15931593

1594-
export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) {
1594+
export function normalizeApiConfiguration(
1595+
apiConfiguration?: ApiConfiguration,
1596+
pearAiModelsQuery?: Record<string, ModelInfo>,
1597+
) {
15951598
const provider = apiConfiguration?.apiProvider || "anthropic"
15961599
const modelId = apiConfiguration?.apiModelId
15971600

0 commit comments

Comments
 (0)