LocalAI/core/http/endpoints/openai
Ettore Di Giacinto 580517f9db
feat: pass-by metadata to predict options (#8795)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-05 22:50:10 +01:00
..
types fix(realtime): Send proper image data to backend (#8547) 2026-02-13 18:01:07 +01:00
chat.go fix: retry when LLM returns empty messages (#8704) 2026-03-01 21:32:38 +01:00
completion.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
constants.go fix(api): SSE streaming format to comply with specification (#7182) 2025-11-09 22:00:27 +01:00
edit.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
embeddings.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
image.go security: validate URLs to prevent SSRF in content fetching endpoints (#8476) 2026-02-10 15:14:14 +01:00
inference.go feat: pass-by metadata to predict options (#8795) 2026-03-05 22:50:10 +01:00
inpainting.go feat(UI): image generation improvements (#7804) 2025-12-31 21:59:46 +01:00
inpainting_test.go feat(UI): image generation improvements (#7804) 2025-12-31 21:59:46 +01:00
list.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
realtime.go fix(realtime): Add functions to conversation history (#8616) 2026-02-21 19:03:49 +01:00
realtime_model.go feat: pass-by metadata to predict options (#8795) 2026-03-05 22:50:10 +01:00
transcription.go feat(api): Add transcribe response format request parameter & adjust STT backends (#8318) 2026-02-01 17:33:17 +01:00