-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.18 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: chattr
Title: Interact with Large Language Models in 'RStudio'
Version: 0.2.0.9000
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Enables user interactivity with large-language models ('LLM') inside
the 'RStudio' integrated development environment (IDE). The user can
interact with the model using the 'shiny' app included in this package, or
directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub'
'Copilot', and 'LlamaGPT'.
URL: https://github.com/mlverse/chattr,
https://mlverse.github.io/chattr/
BugReports: https://github.com/mlverse/chattr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
rstudioapi,
lifecycle,
processx,
jsonlite,
config,
httr2 (>= 1.0.1),
purrr,
rlang,
bslib,
shiny,
clipr,
callr,
yaml,
glue,
cli,
fs
Depends:
R (>= 2.10)
LazyData: true
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
shinytest2,
withr
Config/testthat/edition: 3
VignetteBuilder: knitr