Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent 23e0c1f commit 79224c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions inst/streaming_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})
Expand Down

0 comments on commit 79224c1

Please sign in to comment.