Gregory Mariani
Gregory Mariani
An empty basket returns directly the "NoShippingRequired" function: ``` def get_shipping_methods(self, basket, shipping_addr=None, **kwargs): """ Return a list of all applicable shipping method instances for a given basket, address etc....
I've tried 2 cases of auth with Postman: basic and bear with JWT. Basic auth response 500 : `NoneType' object has no attribute 'strategy'` Bearer auth response 200 but list...
feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL
**Description** This patch implements an OpenAI-compatible inpainting endpoint and wires image generation into the LocalAI backend. Changes are limited to the LocalAI Go codebase. - Adds [InpaintingEndpoint](vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-browser/workbench/workbench.html) handling POST /v1/images/inpainting...