-
Notifications
You must be signed in to change notification settings - Fork 34
/
DESCRIPTION
33 lines (33 loc) · 986 Bytes
/
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
Package: openai
Type: Package
Title: R Wrapper for OpenAI API
Version: 0.4.1
Date: 2023-03-14
Authors@R:
person("Iegor", "Rudnytskyi", , "[email protected]", c("aut", "cre"))
Description: An R wrapper of OpenAI API endpoints (see
<https://platform.openai.com/docs/introduction> for details). This package
covers Models, Completions, Chat, Edits, Images, Embeddings, Audio, Files,
Fine-tunes, Moderations, and legacy Engines endpoints.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://github.com/irudnyts/openai,
https://irudnyts.github.io/openai/
BugReports: https://github.com/irudnyts/openai/issues
Depends:
R (>= 3.5)
Imports:
assertthat (>= 0.2.1),
glue (>= 1.6.2),
httr (>= 1.4.3),
jsonlite (>= 1.8.0),
lifecycle (>= 1.0.1),
magrittr (>= 2.0.3)
Suggests:
testthat (>= 3.0.0),
purrr (>= 0.3.4),
covr (>= 3.5.1)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)