mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
feat(ui): small improvements to chat interface (#4907)
- Change chat colors - Improve layout on small windows Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
61a24746a1
commit
5ad2be9c45
3 changed files with 263 additions and 242 deletions
|
@ -209,11 +209,6 @@ func RegisterUIRoutes(app *fiber.App,
|
|||
summary["TotalPages"] = totalPages
|
||||
summary["CurrentPage"] = pageNum
|
||||
summary["Models"] = template.HTML(elements.ListModels(models, processingModels, galleryService))
|
||||
|
||||
log.Debug().Msgf("totalPages : %+v\n", totalPages)
|
||||
log.Debug().Msgf("prevPage : %+v\n", prevPage)
|
||||
log.Debug().Msgf("nextPage : %+v\n", nextPage)
|
||||
log.Debug().Msgf("CurrentPage : %+v\n", pageNum)
|
||||
}
|
||||
|
||||
// Render index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue