Returns default PRISM model input
1 2 3 4 5 6 | get_default_input(
model_name = NULL,
api_key = "",
local_server = FALSE,
bypass_router = FALSE
)
|
model_name |
name of the model |
api_key |
API key |
local_server |
whether or not the call should be directed to the server on localhost. Default is FALSE. |
bypass_router |
bypass server API router, for debugging purposes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.