diff --git a/DESCRIPTION b/DESCRIPTION index a714bbb..09bb77d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: chattr Title: Interact with Large Language Models in 'RStudio' -Version: 0.1.0.9000 +Version: 0.1.0.9001 Authors@R: c( person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")), person(given = "Posit Software, PBC", role = c("cph", "fnd")) diff --git a/NEWS.md b/NEWS.md index bce74f6..812ccb6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # chattr (dev) +## General + +* Fixes how it identifies the user's current UI (console, app, notebook) and +appropriately outputs the response from the model end-point (#92) + +## OpenAI + +* Fixes how it displays error from the model end-point when being used in a +notebook or the app + * Fixes how the errors from OpenAI are parsed and processed. This should make it easier for users to determine where an downstream issue could be.