LocalAI/core/http
Ettore Di Giacinto 7daf5ac3e3
fix(gallery): do not return overrides and additional config (#4768)
When hitting /models/available we are intersted in the model
description, name and small metadatas. Configuration and overrides are
part of internals which are required only for installation.

This also solves a current bug when hitting /models/available fails if
one of the gallery items have overrides with parameters defined

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-02-05 18:37:09 +01:00
..
ctx chore: get model also from query (#3716) 2024-10-02 20:20:50 +02:00
elements feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
endpoints fix(gallery): do not return overrides and additional config (#4768) 2025-02-05 18:37:09 +01:00
middleware feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
routes feat: add machine tag and inference timings (#4577) 2025-01-17 17:05:58 +01:00
static feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
utils feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
views feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
app.go feat: add machine tag and inference timings (#4577) 2025-01-17 17:05:58 +01:00
app_test.go fix(gallery): do not return overrides and additional config (#4768) 2025-02-05 18:37:09 +01:00
explorer.go feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
http_suite_test.go fix: rename fiber entrypoint from http/api to http/app (#2096) 2024-04-21 22:39:28 +02:00
render.go feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00