From 87c74c7a97194fdd44ea978427674e8b274afca1 Mon Sep 17 00:00:00 2001 From: Edgar Ruiz Date: Thu, 2 May 2024 16:21:57 -0500 Subject: [PATCH] Updates NEWS, version bump --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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.