LocalAI/core/http
Gregory Mariani 745c31e013
feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328)
feat(inpainting): add inpainting endpoint with automatic model selection

Signed-off-by: Greg <marianigregory@pm.me>
2025-11-24 21:13:54 +01:00
..
endpoints feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
middleware feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
routes feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
static feat(ui): add chat history (#7325) 2025-11-24 11:48:24 +01:00
views chore(ui): fix slider overflow 2025-11-24 14:43:38 +01:00
app.go feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
app_test.go chore(ci): add OS check to skip test if not on Linux 2025-11-21 15:01:04 +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