Skip to content

Commit

Permalink
update roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpieper committed Sep 15, 2024
1 parent 33fc9d8 commit 4b97666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/batchLLM.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @param max_tokens A maximum number of tokens to generate before stopping. Default is 500.
#' @param batch_delay A string for the batch delay with the options: "random", "min", and "sec". Numeric examples include "1min" and "30sec". Default is "random" which is an average of 10.86 seconds (n = 1,000 simulations).
#' @param batch_size The number of rows to process in each batch. Default is 10.
#' @param extract_XML Extract the LLM text completion from the model's response by returning only content returned in XML tags. This helps prevent unwanted text (e.g., preamble) from being included in the model's output. Default is TRUE.
#' @param extract_XML Extract the LLM text completion from the model's response by returning only content in \code{<result>} XML tags. This helps prevent unwanted text (e.g., preamble) from being included in the model's output. Default is TRUE.
#' @param attempts The maximum number of loop retry attempts. Default is 1.
#' @param log_name A string for the name of the log without the \code{.rds} file extension. Default is "batchLLM-log".
#' @param hash_algo A string for a hashing algorithm from the 'digest' package. Default is \code{crc32c}.
Expand Down
2 changes: 1 addition & 1 deletion man/batchLLM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b97666

Please sign in to comment.