Merge pull request #4463 from janhq/chore/fix-engine-description-hyperlink
chore: fix engine description hyperlink display
This commit is contained in:
commit
4748bbbe08
@ -217,8 +217,14 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
|
|||||||
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
<p>
|
<p>
|
||||||
Choose the default variant that best suited for your
|
Choose the default variant that best suited for your
|
||||||
hardware. See [our
|
hardware. See
|
||||||
guides](https://jan.ai/docs/local-engines/llama-cpp).
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user