Need to change openAI endpoint to be the EU one not the US one

When trying to call OpenAi as part of my automation, I get an error:
You are not allowed to access this resource in this geography from your current project

According to OpenAI, this is because:

A project that is tagged Europe is only allowed to call the EU‑hosted endpoint (https://eu.api.openai.com) and vice‑versa.
If you send a request from a Europe‑scoped project to the default US endpoint (https://api.openai.com) the platform returns [the error above]

Is there a way to change which endpoint is called by the Make module - the URL field for instance says “Enter a path relative to https://api.openai.com. For example, /v1/models.”
Which doesn’t seem to give you the option to switch to the eu api URL