ModelFox.LoadModelOptions (modelfox v0.8.0) View Source

These are the options passed when loading a model.

modelfox_url

If you are running the app locally or on your own server, use this field to provide the url to it. If not specified, the default value is https://app.modelfox.dev.

Link to this section Summary

Link to this section Types

Specs

t() :: %ModelFox.LoadModelOptions{modelfox_url: String.t()}