Skip to content

Releases: mlverse/chattr

chattr v0.3.1

18 Aug 19:38

Choose a tag to compare

  • Addresses changes in ellmer's token object (#147)

chattr v0.3.0

28 May 18:24

Choose a tag to compare

  • Switches to ellmer for all integration with the LLMs. This effectively
    removes any direct integration such as that one used for OpenAI, Databricks
    and LlamaGPT-chat. It will now only integrate with whatever backend
    ellmer integrates with.

  • Shiny app now uses the stream from functionality from ellmer instead of the
    more complex, and error prone, background process.

chattr v0.2.0

29 Jul 15:50
1b2fc30

Choose a tag to compare

General

  • Fixes how it identifies the user's current UI (console, app, notebook) and
    appropriately outputs the response from the model end-point (#92)

Databricks

  • Adding support for Databricks foundation model API (DBRX, Meta Llama 3 70B,
    Mixtral 8x7B) (#99)

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.

Copilot

  • Adds model to defaults
  • Improves token discovery

chattr v0.1.0

01 May 21:09

Choose a tag to compare

Enables user interactivity with large-language models ('LLM') inside the 'RStudio' integrated development environment (IDE). The user can interact with the model using the 'shiny' app included in this package, or directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub' 'Copilot', and 'LlamaGPT'.