Skip to content

Commit

Permalink
chore: fix engine description hyperlink display
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Jan 16, 2025
1 parent 63c938e commit 91e0ca1
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 91e0ca1

Please sign in to comment.