LocalAI/core/http/views
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
..
partials feat(p2p): Federation and AI swarms (#2723) 2024-07-08 22:04:06 +02:00
404.html feat(welcome): add simple welcome page (#1912) 2024-03-27 21:10:58 +01:00
chat.html feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
index.html fix: fix chat webui response parsing (#2515) 2024-06-07 17:20:31 +02:00
models.html feat(ui): display number of available models for installation (#2298) 2024-05-12 14:24:36 +02:00
p2p.html feat(p2p): Federation and AI swarms (#2723) 2024-07-08 22:04:06 +02:00
talk.html feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
text2image.html fix(webui): correct documentation URL for text2img (#2233) 2024-05-04 00:25:13 +00:00
tts.html feat(ux): Add chat, tts, and image-gen pages to the WebUI (#2222) 2024-05-02 21:14:10 +02:00