forked from MichelNivard/gptstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.51 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
Type: Package
Package: gptstudio
Title: Use Large Language Models Directly in your Development Environment
Version: 0.2.0.9005
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
Imports:
assertthat,
bslib (>= 0.4.2),
callr,
cli,
colorspace,
glue,
grDevices,
htmltools,
htmlwidgets,
httr2,
jsonlite,
magrittr,
purrr,
rlang,
rstudioapi (>= 0.12),
shiny,
shiny.i18n,
stringr (>= 1.5.0),
utils,
yaml
Suggests:
mockr,
shinytest2,
spelling,
testthat (>= 3.0.0),
uuid,
withr
Depends:
R (>= 4.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3