mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
py
This commit is contained in:
parent
64d4e264bf
commit
3a0eedc9fa
1 changed files with 4 additions and 3 deletions
|
|
@ -752,11 +752,12 @@ const VoidOnboardingContent = () => {
|
|||
|
||||
{/* Add provider section - simplified styling */}
|
||||
<div className='mb-5 mt-8'>
|
||||
<div className='my-4'>
|
||||
<div className=''>
|
||||
Add {displayInfoOfProviderName(selectedProviderName).title}
|
||||
|
||||
|
||||
{selectedProviderName === 'ollama' ? ollamaSetupInstructions : ''}
|
||||
<div className='my-4'>
|
||||
{selectedProviderName === 'ollama' ? ollamaSetupInstructions : ''}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue