Skip to content

Commit

Permalink
Updates NEWS, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed May 2, 2024
1 parent 5ed63d0 commit 87c74c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 87c74c7

Please sign in to comment.