From 79224c1dc0303a6fef88f11a38fa20ffa207d3f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:54:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- inst/streaming_example.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inst/streaming_example.R b/inst/streaming_example.R index 1fe9816..2fe6b95 100644 --- a/inst/streaming_example.R +++ b/inst/streaming_example.R @@ -24,9 +24,10 @@ server <- function(input, output, session) { stream_chat_openai( prompt = input$message, element_callback = create_handler("openai", - r = rv, - output_id = "response", - where = "shiny") + r = rv, + output_id = "response", + where = "shiny" + ) ) shinyjs::hide("response") })