Skip to content

Commit

Permalink
round = "line"
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Feb 15, 2024
1 parent 7af7388 commit 4b03ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/backend-openai-core.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ openai_stream_ide <- function(defaults, req_body) {
openai_stream_ide_delta(x, defaults)
TRUE
},
buffer_kb = 0.1, round = "lines"
buffer_kb = 0.1, round = "line"
)
if (!ui_current_console()) ide_paste_text("\n\n")
ret <- ch_env$stream$response
Expand Down

0 comments on commit 4b03ad6

Please sign in to comment.