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", , "m.g.nivard@vu.nl", role = c("aut", "cph")),
    person("James", "Wade", , "github@jameshwade.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-9740-1905")),
    person("Samuel", "Calderon", , "samuel.calderon@uarm.pe", role = "aut",
           comment = c(ORCID = "0000-0001-6847-1210"))
  )
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
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, waiter, 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RemoteType: local
RemoteUrl: /Users/james/Documents/gptstudio
NeedsCompilation: no
Packaged: 2023-07-11 00:15:55 UTC; james
Author: Michel Nivard [aut, cph],
  James Wade [aut, cre, cph] (<https://orcid.org/0000-0002-9740-1905>),
  Samuel Calderon [aut] (<https://orcid.org/0000-0001-6847-1210>)
Built: R 4.3.1; ; 2023-07-11 00:15:55 UTC; unix
