Open the RStudio addin with the chat interface.
Examples
if (interactive()) {
# Configure your API providers first.
configure_provider("google_gemini", Sys.getenv("GEMINI_API_KEY"))
# Then launch MyOwnRobs.
myownrobs()
}
Open the RStudio addin with the chat interface.
if (interactive()) {
# Configure your API providers first.
configure_provider("google_gemini", Sys.getenv("GEMINI_API_KEY"))
# Then launch MyOwnRobs.
myownrobs()
}