chore: fix engine description hyperlink display
This commit is contained in:
parent
63c938e2f5
commit
91e0ca1263
@ -217,8 +217,14 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
|
||||
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||
<p>
|
||||
Choose the default variant that best suited for your
|
||||
hardware. See [our
|
||||
guides](https://jan.ai/docs/local-engines/llama-cpp).
|
||||
hardware. See
|
||||
<a
|
||||
href="https://jan.ai/docs/local-engines/llama-cpp"
|
||||
className="cursor-pointer text-blue-600 dark:text-blue-400"
|
||||
target="_blank"
|
||||
>
|
||||
our guides.
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user