feat: temporary link how to import model
This commit is contained in:
parent
6bba08453f
commit
4cd7466659
@ -58,6 +58,7 @@ const ExploreModelsScreen = () => {
|
||||
className="w-full object-cover"
|
||||
/>
|
||||
<div className="absolute left-1/2 top-1/2 w-1/3 -translate-x-1/2 -translate-y-1/2">
|
||||
<div className="relative">
|
||||
<SearchIcon
|
||||
size={20}
|
||||
className="absolute left-2 top-1/2 -translate-y-1/2 text-muted-foreground"
|
||||
@ -70,6 +71,16 @@ const ExploreModelsScreen = () => {
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-2 text-center">
|
||||
<a
|
||||
href="https://jan.ai/guides/using-models/import-manually/"
|
||||
target="_blank"
|
||||
className="font-semibold text-white underline"
|
||||
>
|
||||
How to manually import models
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mx-auto w-4/5 py-6">
|
||||
<div className="flex items-center justify-end">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user