Skip to content

Commit

Permalink
Merge pull request #4463 from janhq/chore/fix-engine-description-hype…
Browse files Browse the repository at this point in the history
…rlink

chore: fix engine description hyperlink display
  • Loading branch information
louis-menlo authored Jan 16, 2025
2 parents 63c938e + 91e0ca1 commit 4748bbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions web/screens/Settings/Engines/LocalEngineSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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&nbsp;
<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>
Expand Down

0 comments on commit 4748bbb

Please sign in to comment.