Resolved conflicts
This commit is contained in:
parent
99536b7dac
commit
6b44bde9c9
@ -30,9 +30,9 @@ const ModalConfirmReset = () => {
|
|||||||
content={
|
content={
|
||||||
<div>
|
<div>
|
||||||
<p className="text-[hsla(var(--text-secondary))]">
|
<p className="text-[hsla(var(--text-secondary))]">
|
||||||
Restore appplication to its initial state, erasing all models and chat history.
|
Restore appplication to its initial state, erasing all models and
|
||||||
This action is irreversible and recommended only if the application
|
chat history. This action is irreversible and recommended only if
|
||||||
is corrupted.
|
the application is corrupted.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="my-4">
|
<div className="my-4">
|
||||||
|
|||||||
@ -17,9 +17,9 @@ const FactoryReset = () => {
|
|||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
Restore appplication to its initial state, erasing all models and chat history.
|
Restore appplication to its initial state, erasing all models and chat
|
||||||
This action is irreversible and recommended only if the application is
|
history. This action is irreversible and recommended only if the
|
||||||
corrupted.
|
application is corrupted.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@ -232,7 +232,8 @@ const Advanced = () => {
|
|||||||
<h6 className="font-semibold capitalize">Experimental Mode</h6>
|
<h6 className="font-semibold capitalize">Experimental Mode</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
New features that are still unstable and could affect app performance. Enable with caution.
|
New features that are still unstable and could affect app
|
||||||
|
performance. Enable with caution.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Switch
|
<Switch
|
||||||
@ -446,7 +447,8 @@ const Advanced = () => {
|
|||||||
<h6 className="font-semibold capitalize">HTTPS Proxy</h6>
|
<h6 className="font-semibold capitalize">HTTPS Proxy</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
Optional proxy server for internet connections. Only HTTPS proxies supported.
|
Optional proxy server for internet connections. Only HTTPS proxies
|
||||||
|
supported.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -500,7 +502,7 @@ const Advanced = () => {
|
|||||||
<h6 className="font-semibold capitalize">Jan Quick Ask</h6>
|
<h6 className="font-semibold capitalize">Jan Quick Ask</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
Enable Quick Ask to be triggered via the default hotkey {' '}.
|
Enable Quick Ask to be triggered via the default hotkey .
|
||||||
<span className="text-[hsla(var(--text-secondary)] bg-secondary inline-flex items-center justify-center rounded-full px-1 py-0.5 text-xs font-bold">
|
<span className="text-[hsla(var(--text-secondary)] bg-secondary inline-flex items-center justify-center rounded-full px-1 py-0.5 text-xs font-bold">
|
||||||
<span className="font-bold">{isMac ? '⌘' : 'Ctrl'} + J</span>
|
<span className="font-bold">{isMac ? '⌘' : 'Ctrl'} + J</span>
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
|
|||||||
@ -215,7 +215,8 @@ 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 guides](https://jan.ai/docs/local-engines/llama-cpp).
|
hardware. See [our
|
||||||
|
guides](https://jan.ai/docs/local-engines/llama-cpp).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user