LocalAI/core/http
Copilot 16e5689162
feat(importers): Add diffuser backend importer with ginkgo tests and UI support (#7316)
* Initial plan

* Add diffuser backend importer with ginkgo tests

Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>

* Finalize diffuser backend importer implementation

Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>

* Add diffuser preferences to model-editor import section

Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>

* Use gopkg.in/yaml.v3 for consistency in diffuser importer

Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
2025-11-20 22:38:30 +01:00
..
endpoints feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
middleware feat(importer): unify importing code with CLI (#7299) 2025-11-19 20:52:11 +01:00
routes feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
static feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
views feat(importers): Add diffuser backend importer with ginkgo tests and UI support (#7316) 2025-11-20 22:38:30 +01:00
app.go feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
app_test.go feat(importer): unify importing code with CLI (#7299) 2025-11-19 20:52:11 +01:00
explorer.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
http_suite_test.go fix(llama-cpp): correctly calculate embeddings (#6259) 2025-09-13 23:11:54 +02:00
openai_mapping_test.go feat(api): OpenAI video create enpoint integration (#6777) 2025-10-27 10:06:57 +01:00
openai_videos_test.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
render.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00