Package: batchLLM
Type: Package
Title: Batch Process LLM Text Completions Using a Data Frame
Version: 0.2.0
Authors@R: person("Dylan", "Pieper", email = "dylanpieper@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Dylan Pieper <dylanpieper@gmail.com>
Description: Batch process large language model (LLM) text completions using data frame rows, with support for OpenAI's 'GPT' (<https://chat.openai.com>), Anthropic's 'Claude' (<https://claude.ai>), and Google's 'Gemini' (<https://gemini.google.com>). Includes features such as local storage, metadata logging, API rate limiting delays, and a 'shiny' app addin.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/dylanpieper/batchLLM
BugReports: https://github.com/dylanpieper/batchLLM/issues
Imports: openai, gemini.R, rlang, stats, digest, dplyr, shiny,
        shinyWidgets, shinydashboard, DT, httr, jsonlite, spsComps,
        shinyjs, readr, readxl
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2024-10-09 18:36:10 UTC; dylan
Author: Dylan Pieper [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-10-14 09:30:06 UTC
