Description
Currently INFERENCE_API_URL = env("INFERENCE_API_URL", default="http://host.docker.internal:8000") is stored in the base settings and needs to be present in local settings with a different URL for production given that it runs on Linux.
Implementation Considerations
Deliverable
Updated settings
Dependencies
depends on