This commit is contained in:
Mathew Pareles 2025-04-15 16:52:21 -07:00
parent d3fd5be294
commit 9b8f3ec2e2

View file

@ -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>