Looks like I found the answer. In case others are looking for this you can use something like this:```let modelClient = new ModelClient();ModelManager.initialize({path: [YOUR PATH HERE...],modelClient})```Note, you _dont_ want to include the host (really the entire origin) as part of that path thoug...