LocalAI/core/http
Richard Palethorpe cb63bdb9e4
feat(ui): Add model pipeline editor (#9070)
This creates a new model config page. Presently just allows configuring
pipelines, but can be extending the future to other types of models.
However pipelines are quite easy to create a form for and require
editing to create.

Signed-off-by: Richard Palethorpe <io@richiejp.com>
2026-03-20 15:07:34 +01:00
..
auth feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
endpoints feat(ui, openai): Structured errors and link to traces in error toast (#9068) 2026-03-20 15:06:07 +01:00
middleware feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
react-ui feat(ui): Add model pipeline editor (#9070) 2026-03-20 15:07:34 +01:00
routes fix: use exact tag matching for model gallery tag filtering (#9041) 2026-03-20 08:37:45 +01:00
static feat(realtime): WebRTC support (#8790) 2026-03-13 21:37:15 +01:00
views feat(realtime): WebRTC support (#8790) 2026-03-13 21:37:15 +01:00
app.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
app_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
explorer.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
http_suite_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
openresponses_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
render.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00