mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
Enhance macLocalAFM settings by adding specialToolFormat and updating display name to 'Apple & MLX'
This commit is contained in:
parent
6f7adf1946
commit
a5320a2538
2 changed files with 2 additions and 1 deletions
|
|
@ -1474,6 +1474,7 @@ const macLocalAFMSettings: VoidStaticProviderInfo = {
|
|||
downloadable: false,
|
||||
supportsFIM: false,
|
||||
supportsSystemMessage: 'system-role',
|
||||
specialToolFormat: 'openai-style',
|
||||
reasoningCapabilities: false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ export const displayInfoOfProviderName = (providerName: ProviderName): DisplayIn
|
|||
return { title: 'AWS Bedrock', }
|
||||
}
|
||||
else if (providerName === 'macLocalAFM') {
|
||||
return { title: 'Apple Foundation Model', }
|
||||
return { title: 'Apple & MLX', }
|
||||
}
|
||||
|
||||
throw new Error(`descOfProviderName: Unknown provider name: "${providerName}"`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue