run_llm_chat_app: Run the LLM Chat Application in RStudio Window

View source: R/llm_chat_app.R

run_llm_chat_appR Documentation

Run the LLM Chat Application in RStudio Window

Description

Launches the Shiny application as a Gadget in the RStudio Viewer pane (or a separate window). Interacts with LLM models, managing conversations, attachments, and settings, without blocking the R console when opened in a new window.

Usage

run_llm_chat_app()

Value

Value passed to shiny::stopApp() (typically NULL).

Examples

## Not run: 
run_llm_chat_app()

## End(Not run)

PacketLLM documentation built on Aug. 23, 2025, 5:08 p.m.