View source: R/model_options.R
validate_options | R Documentation |
Validate additional options or parameters provided to the API call
validate_options(...)
... |
Additional options or parameters provided to the API call |
TRUE if all additional options are valid, FALSE otherwise
validate_options(mirostat = 1, mirostat_eta = 0.2, num_ctx = 1024)
validate_options(mirostat = 1, mirostat_eta = 0.2, invalid_opt = 1024)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.