LocalAI/core/http
Ettore Di Giacinto 59ef426fbf
feat(model-list): be consistent, skip known files from listing (#2760)
fix(model-list): be consistent, skip known files from listing

This changeset does two things:

- Removes the dependency of listing models from the OpenAI schema.
- Tries to reduce confusion between ListModels() in model loader and in
  the service - now there is only one ListModels which is in services
and does not depend anymore on the OpenAI schema
- The OpenAI-schema functions were moved nearby the OpenAI specific
  endpoints that needs the schema
- Drops the ListModel Service structure as there was no real need for
  it.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-07-10 15:28:39 +02:00
..
ctx feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
elements feat(p2p): Federation and AI swarms (#2723) 2024-07-08 22:04:06 +02:00
endpoints feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
routes feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
static feat(p2p): Federation and AI swarms (#2723) 2024-07-08 22:04:06 +02:00
views feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
app_test.go refactor: gallery inconsistencies (#2647) 2024-06-24 17:32:12 +02:00
app.go chore: fix go.mod module (#2635) 2024-06-23 08:24:36 +00: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 rf: centralize base64 image handling (#2595) 2024-06-24 08:34:36 +02:00