Learn R Programming

gptstudio (version 0.4.0)

gptstudio_chat: 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"))

Value

This function has no return value.

Arguments

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not. See Details.

Examples

Run this code
# Call the function as an RStudio addin
if (FALSE) {
gptstudio_chat()
}

Run the code above in your browser using DataLab