LocalAI/core/http/endpoints/localai
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
..
backend_monitor.go chore: fix some function names in comment (#4665) 2025-01-22 19:35:53 +01:00
gallery.go fix(gallery): do not return overrides and additional config (#4768) 2025-02-05 18:37:09 +01:00
get_token_metrics.go feat: track internally started models by ID (#3693) 2024-10-02 08:55:58 +02:00
metrics.go docs(swagger): core more localai/openai endpoints (#2904) 2024-07-18 00:38:41 -04:00
p2p.go feat(p2p): add network explorer and community pools (#3125) 2024-08-09 20:12:01 +02:00
stores.go chore: fix go.mod module (#2635) 2024-06-23 08:24:36 +00:00
system.go chore(api): return values from schema (#4153) 2024-11-14 14:12:29 +01:00
tokenize.go feat: tokenization with llama.cpp (#4724) 2025-02-02 17:39:43 +00:00
tts.go feat: add machine tag and inference timings (#4577) 2025-01-17 17:05:58 +01:00
vad.go feat: add machine tag and inference timings (#4577) 2025-01-17 17:05:58 +01:00
welcome.go feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00