-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
16 lines (15 loc) · 897 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: gptr
Type: Package
Title: A Convenient R Interface with the OpenAI 'ChatGPT' API
Version: 0.6.0
Authors@R:
person("Wanjun", "Gu", , "wanjun.gu@ucsf.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7342-7000"))
Description: A convenient interface with the OpenAI 'ChatGPT' API <https://openai.com/api>. 'gptr' allows you to interact with 'ChatGPT', a powerful language model, for various natural language processing tasks. The 'gptr' R package makes talking to 'ChatGPT' in R super easy. It helps researchers and data folks by simplifying the complicated stuff, like asking questions and getting answers. With 'gptr', you can use 'ChatGPT' in R without any hassle, making it simpler for everyone to do cool things with language!
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
jsonlite,
RCurl