We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c938e + 91e0ca1 commit 4748bbbCopy full SHA for 4748bbb
web/screens/Settings/Engines/LocalEngineSettings.tsx
@@ -217,8 +217,14 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
217
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
218
<p>
219
Choose the default variant that best suited for your
220
- hardware. See [our
221
- guides](https://jan.ai/docs/local-engines/llama-cpp).
+ hardware. See
+ <a
222
+ href="https://jan.ai/docs/local-engines/llama-cpp"
223
+ className="cursor-pointer text-blue-600 dark:text-blue-400"
224
+ target="_blank"
225
+ >
226
+ our guides.
227
+ </a>
228
</p>
229
</div>
230
0 commit comments