View source: R/addin_chatgpt.R
gptstudio_chat | R Documentation |
Run Chat GPT Run the Chat GPT Shiny App as a background job and show it in the viewer pane
gptstudio_chat(host = getOption("shiny.host", "127.0.0.1"))
host |
The IPv4 address that the application should listen on. Defaults
to the |
This function has no return value.
# Call the function as an RStudio addin
## Not run:
gptstudio_chat()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.