Starts a Shiny app interface to the LLM
Arguments
- viewer
Specifies where the Shiny app is going to display
- as_job
App runs as an RStudio IDE Job. Defaults to FALSE. If set to TRUE, the Shiny app will not be able to transfer the code blocks directly to the document, or console, in the IDE.
- as_job_port
Port to use for the Shiny app. Applicable only if
as_job
is set to TRUE.- as_job_host
Host IP to use for the Shiny app. Applicable only if
as_job
is set to TRUE.