forked from MichelNivard/gptstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.33 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
Package: gptstudio
Type: Package
Title: Use Large Language Models Directly in your Development Environment
Version: 0.1.0.9000
Authors@R:
c(person(given = "Michel",
family = "Nivard",
role = c("aut", "cph"),
email = "m.g.nivard@vu.nl"),
person(given = "James",
family = "Wade",
role = c("aut", "cre", "cph"),
email = "github@jameshwade.com",
comment = c(ORCID = "0000-0002-9740-1905")))
Maintainer: James Wade <github@jameshwade.com>
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
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
cli,
glue,
httr,
jsonlite,
magrittr,
purrr,
rlang,
rstudioapi (>= 0.12),
shiny,
usethis,
RoxygenNote: 7.2.3
Suggests:
bslib (>= 0.4.2),
covr,
mockr,
testthat (>= 3.0.0),
uuid,
spelling,
shinytest2,
waiter,
withr
Config/testthat/edition: 3
URL: https://github.com/MichelNivard/gptstudio,
https://michelnivard.github.io/gptstudio/
BugReports: https://github.com/MichelNivard/gptstudio/issues
Language: en-US
Roxygen: list(markdown = TRUE)