Merge pull request #4463 from janhq/chore/fix-engine-description-hyperlink

chore: fix engine description hyperlink display
This commit is contained in:
Louis 2025-01-16 10:42:29 +07:00 committed by GitHub
commit 4748bbbe08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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&nbsp;
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>