mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
xAI -> Grok
This commit is contained in:
parent
1be8d17899
commit
3bb9d5b3a5
2 changed files with 2 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ export const FeaturesTab = () => {
|
|||
<div className='flex gap-x-4 items-start justify-around mt-4 mb-16'>
|
||||
<div>
|
||||
<h4 className={`text-base`}>{displayInfoOfFeatureName('Autocomplete')}</h4>
|
||||
<div className='text-sm italic text-void-fg-3 my-1'>Experimental. Only works with FIM models.</div>
|
||||
<div className='text-sm italic text-void-fg-3 my-1'>Experimental. Only works with models that support FIM.</div>
|
||||
<div className='flex items-center gap-x-2'>
|
||||
<VoidSwitch size='xs' value={voidSettingsState.globalSettings.enableAutocomplete} onChange={(newVal) => voidSettingsService.setGlobalSetting('enableAutocomplete', newVal)} label={voidSettingsState.globalSettings.enableAutocomplete ? 'Enabled' : 'Disabled'} />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ export const displayInfoOfProviderName = (providerName: ProviderName): DisplayIn
|
|||
}
|
||||
else if (providerName === 'xAI') {
|
||||
return {
|
||||
title: 'xAI API',
|
||||
title: 'Grok API',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue