Skip to content

Commit 5ad2be9

Browse files
authored
feat(ui): small improvements to chat interface (mudler#4907)
- Change chat colors - Improve layout on small windows Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 61a2474 commit 5ad2be9

File tree

3 files changed

+260
-239
lines changed

3 files changed

+260
-239
lines changed

core/http/routes/ui.go

-5
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@ func RegisterUIRoutes(app *fiber.App,
209209
summary["TotalPages"] = totalPages
210210
summary["CurrentPage"] = pageNum
211211
summary["Models"] = template.HTML(elements.ListModels(models, processingModels, galleryService))
212-
213-
log.Debug().Msgf("totalPages : %+v\n", totalPages)
214-
log.Debug().Msgf("prevPage : %+v\n", prevPage)
215-
log.Debug().Msgf("nextPage : %+v\n", nextPage)
216-
log.Debug().Msgf("CurrentPage : %+v\n", pageNum)
217212
}
218213

219214
// Render index

0 commit comments

Comments
 (0)