mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-26 20:55:00 +00:00
Display chat icon nearby the model
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
af1a8bf836
commit
70af5be6c1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
{{ end }}
|
||||
</td>
|
||||
<td class="px-4 py-3 font-bold">
|
||||
<p class="font-bold text-white flex items-center"><a href="chat/{{.Name}}">{{.Name}}</a></p>
|
||||
<p class="font-bold text-white flex items-center"><a href="browse?term={{.Name}}">{{.Name}}</a> <a href="chat/{{.Name}}"><i class="fas fa-comments"></i></a></p>
|
||||
</td>
|
||||
<td class="px-4 py-3 font-bold">
|
||||
{{ if .Backend }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue