mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Add mlxEndpoint to defaultCustomSettings in voidSettingsTypes.ts for enhanced configuration support.
This commit is contained in:
parent
5a8de1a5c3
commit
03305a17e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue