Add mlxEndpoint to defaultCustomSettings in voidSettingsTypes.ts for enhanced configuration support.

This commit is contained in:
Jérôme Commaret 2026-04-24 03:32:33 +02:00
parent 5a8de1a5c3
commit 03305a17e3

View file

@ -252,6 +252,7 @@ export const displayInfoOfSettingName = (providerName: ProviderName, settingName
const defaultCustomSettings: Record<CustomSettingName, undefined> = {
apiKey: undefined,
endpoint: undefined,
mlxEndpoint: undefined,
region: undefined, // googleVertex
project: undefined,
azureApiVersion: undefined,