chore: copy nits
This commit is contained in:
parent
daf372f7ec
commit
3949515c8a
@ -79,7 +79,7 @@ const TableActiveModel = () => {
|
|||||||
) : (
|
) : (
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr className="text-[hsla(var(--text-secondary))]">
|
<tr className="text-[hsla(var(--text-secondary))]">
|
||||||
<td className="p-4">No on-device model running</td>
|
<td className="p-4">No models are loaded into memory</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -130,7 +130,7 @@ const LocalServerLeftPanel = () => {
|
|||||||
{serverEnabled && (
|
{serverEnabled && (
|
||||||
<Button variant="soft" asChild>
|
<Button variant="soft" asChild>
|
||||||
<a href={`http://localhost:${port}`} target="_blank">
|
<a href={`http://localhost:${port}`} target="_blank">
|
||||||
API Reference <ExternalLinkIcon size={20} className="ml-2" />
|
API Playground <ExternalLinkIcon size={20} className="ml-2" />
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -17,8 +17,7 @@ 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))]">
|
||||||
Reset the application to its initial state, deleting all your usage
|
Restore app to initial state, erasing all models and chat history. This action is irreversible and
|
||||||
data, including conversation history. This action is irreversible and
|
|
||||||
recommended only if the application is in a corrupted state.
|
recommended only if the application is in a corrupted state.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user