forked from MichelNivard/gptstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.29 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
Package: gptstudio
Type: Package
Title: gptstudio adds functionality based on OpenAI's GPT family of models directly into Rstudio
Version: 0.1.3
Authors@R:
c(person(given = "Michel",
family = "Nivard",
role = c("aut","cre"),
email = "[email protected]"),
person(given = "James",
family = "Wade",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9740-1905")))
Maintainer: Michel Nivard <[email protected]>
Description: OpenAI offers a number of large language models (LLMs) accessible via API. This package lowers the barrier to using this API inside of RStudio IDE.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
bslib,
cli,
fs,
glue,
jsonlite,
lifecycle,
magrittr,
miniUI,
purrr,
readr,
rlang,
rstudioapi (>= 0.12),
shiny,
skimr,
stringr,
usethis,
withr
RoxygenNote: 7.2.3
Suggests:
covr,
httr,
mockr,
testthat (>= 3.0.0),
quarto,
uuid,
spelling
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)