LocalAI/core/http
Ettore Di Giacinto 21bdfe5fa4
fix: use rice when embedding large binaries (#5309)
* fix(embed): use go-rice for large backend assets

Golang embed FS has a hard limit that we might exceed when providing
many binary alternatives.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* simplify golang deps

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore(tests): switch to testcontainers and print logs

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* fix(tests): do not build a test binary

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* small fixup

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-05-04 16:42:42 +02:00
..
elements fix(webui): improve model display, do not block view (#5133) 2025-04-07 18:03:25 +02:00
endpoints feat(video-gen): add endpoint for video generation (#5247) 2025-04-26 18:05:01 +02:00
middleware chore(autogptq): drop archived backend (#5214) 2025-04-19 15:52:29 +02:00
routes feat(video-gen): add endpoint for video generation (#5247) 2025-04-26 18:05:01 +02:00
static fix(talk): Talk interface sends content-type headers to chatgpt (#5200) 2025-04-17 15:02:11 +02:00
utils feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00
views feat: rebrand - LocalAGI and LocalRecall joins the LocalAI stack family (#5159) 2025-04-15 17:51:24 +02:00
app.go feat(video-gen): add endpoint for video generation (#5247) 2025-04-26 18:05:01 +02:00
app_test.go fix: use rice when embedding large binaries (#5309) 2025-05-04 16:42:42 +02:00
explorer.go feat: rebrand - LocalAGI and LocalRecall joins the LocalAI stack family (#5159) 2025-04-15 17:51:24 +02: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 feat(ui): path prefix support via HTTP header (#4497) 2025-01-07 17:18:21 +01:00