-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: batchLLM
Type: Package
Title: Batch Process LLM Text Completions Using a Data Frame
Version: 0.2.0
Authors@R: person("Dylan", "Pieper", email = "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Dylan Pieper <[email protected]>
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
Roxygen: list(markdown = TRUE)
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