gptstudio_chat {gptstudio} | R Documentation |
Run Chat GPT Run the Chat GPT Shiny App as a background job and show it in the viewer pane
Description
Run Chat GPT Run the Chat GPT Shiny App as a background job and show it in the viewer pane
Usage
gptstudio_chat(host = getOption("shiny.host", "127.0.0.1"))
Arguments
host |
The IPv4 address that the application should listen on. Defaults
to the |
Value
This function has no return value.
Examples
# Call the function as an RStudio addin
## Not run:
gptstudio_chat()
## End(Not run)
[Package gptstudio version 0.4.0 Index]