mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
desc
This commit is contained in:
parent
d3fd5be294
commit
9b8f3ec2e2
1 changed files with 8 additions and 1 deletions
|
|
@ -549,7 +549,14 @@ export const ollamaSetupInstructions = <div className='prose-p:my-0 prose-ol:lis
|
|||
<div className=''><ChatMarkdownRender string={`Ollama Setup Instructions`} chatMessageLocation={undefined} /></div>
|
||||
<div className=' pl-6'><ChatMarkdownRender string={`1. Download [Ollama](https://ollama.com/download).`} chatMessageLocation={undefined} /></div>
|
||||
<div className=' pl-6'><ChatMarkdownRender string={`2. Open your terminal.`} chatMessageLocation={undefined} /></div>
|
||||
<div className=' pl-6'><ChatMarkdownRender string={`3. Run \`ollama pull your_model\` to install a model.`} chatMessageLocation={undefined} /></div>
|
||||
<div
|
||||
className='pl-6 flex items-center'><ChatMarkdownRender string={`3. Run \`ollama pull your_model\` to install a model.`} chatMessageLocation={undefined} />
|
||||
<span
|
||||
data-tooltip-id='void-tooltip'
|
||||
data-tooltip-content='Try qwen2.5-coder:1.5b for autocomplete or llama3.1 for chat.'
|
||||
data-tooltip-place='right'
|
||||
>*</span>
|
||||
</div>
|
||||
<div className=' pl-6'><ChatMarkdownRender string={`Void automatically detects locally running models and enables them.`} chatMessageLocation={undefined} /></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue