File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545 < div class ="flex items-center justify-between ">
4646
47- < h1 class ="text-lg font-semibold "> < i class ="fa-solid fa-comments "> </ i > Chat with {{.Model}} < a href ="https://localai.io/features/text-generation/ " target ="_blank " >
47+ < h1 class ="text-lg font-semibold "> < i class ="fa-solid fa-comments "> </ i > Chat with {{.Model}} < a href ="browse?term={{.Model}} " > < i class =" fas fa-brain pr-2 " > </ i > </ a > < a href =" https://localai.io/features/text-generation/ " target ="_blank " >
4848 < i class ="fas fa-circle-info pr-2 "> </ i >
4949 </ a > </ h1 >
5050 < div x-show ="component === 'menu' " id ="menu ">
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h2 class="text-center text-3xl font-semibold text-gray-100">{{$modelsN}} Instal
4141 < thead class ="text-xs text-gray-400 uppercase bg-gray-700 ">
4242 < tr >
4343 < th class ="px-4 py-2 "> </ th >
44- < th class ="px-4 py-2 "> Model Name</ th >
44+ < th class ="px-4 py-2 "> < i class =" fas fa-brain pr-2 " > </ i > Model Name</ th >
4545 < th class ="px-4 py-2 "> Backend</ th >
4646 < th class ="px-4 py-2 float-right "> Actions</ th >
4747 </ tr >
@@ -66,7 +66,7 @@ <h2 class="text-center text-3xl font-semibold text-gray-100">{{$modelsN}} Instal
6666 {{ end }}
6767 </ td >
6868 < td class ="px-4 py-3 font-bold ">
69- < p class ="font-bold text-white flex items-center "> < i class =" fas fa-brain pr-2 " > </ i > < a href ="browse?term= {{.Name}} "> {{.Name}}</ a > </ p >
69+ < p class ="font-bold text-white flex items-center "> < a href ="chat/ {{.Name}} "> {{.Name}}</ a > </ p >
7070 </ td >
7171 < td class ="px-4 py-3 font-bold ">
7272 {{ if .Backend }}
You can’t perform that action at this time.
0 commit comments