Custom API method path parameter in the Ollama Chat Model node

As far as I understand, the Ollama Chat Model node has a hardcoded API method path. In our Ollama, we’re forced to use a path with “/cloud”: /cloud/v1/chat/completions instead of /v1/chat/completions. Because of this, the Ollama Chat Model node returns the error “Error 405: Method Not Allowed.” Please add a node parameter to configure a custom path for the Ollama API method.