Type: Package
Package: gptstudio
Title: Use Large Language Models Directly in your Development Environment
Version: 0.2.0
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),
    cli,
    colorspace,
    curl,
    fontawesome,
    glue,
    grDevices,
    htmltools,
    htmlwidgets,
    httr2,
    jsonlite,
    magrittr,
    methods,
    purrr,
    R6,
    rlang,
    rstudioapi (>= 0.12),
    shiny,
    shiny.i18n,
    stringr,
    usethis,
    utils
Suggests: 
    mockr,
    shinytest2,
    spelling,
    testthat (>= 3.0.0),
    uuid,
    withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
