-
Notifications
You must be signed in to change notification settings - Fork 109
/
DESCRIPTION
65 lines (65 loc) · 1.65 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type: Package
Package: gptstudio
Title: Use Large Language Models Directly in your Development Environment
Version: 0.4.0.9009
Authors@R: c(
person("Michel", "Nivard", , "[email protected]", role = c("aut", "cph")),
person("James", "Wade", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9740-1905")),
person("Samuel", "Calderon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6847-1210"))
)
Maintainer: James Wade <[email protected]>
Description: Large language models are readily accessible via API. This
package lowers the barrier to use the API inside of your development
environment. For more on the API, see
<https://platform.openai.com/docs/introduction>.
License: MIT + file LICENSE
URL: https://github.com/MichelNivard/gptstudio,
https://michelnivard.github.io/gptstudio/
BugReports: https://github.com/MichelNivard/gptstudio/issues
Depends:
R (>= 4.1)
Imports:
bsicons (>= 0.1.2),
bslib (>= 0.8.0),
cli,
colorspace,
glue,
htmltools,
htmlwidgets,
httr2 (>= 1.0.3),
ids,
jsonlite,
purrr,
R6 (>= 2.0),
rlang,
rstudioapi (>= 0.12),
shiny (>= 1.9.0),
shiny.i18n,
SSEparser,
stringr (>= 1.5.0),
utils,
yaml
Suggests:
AzureRMR,
future,
grDevices,
knitr,
miniUI,
mockr,
promises,
rmarkdown,
rvest,
shinytest2,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr