Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This repository contains the following add-ons:

- **LibreChat v0.8.0** - Open-source AI chat platform
- **LibreChat v0.8.2** - Open-source AI chat platform
- **RAG API v0.5.0** - RAG API for enhanced chat capabilities

### [LibreChat add-on](./librechat)
Expand Down
12 changes: 12 additions & 0 deletions librechat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.8.2

- Update to LibreChat 0.8.2 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.2)

## 0.8.2-rc3

- Update to LibreChat 0.8.2-rc3 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.2-rc3)

## 0.8.2-rc2

- Update to LibreChat 0.8.2-rc2 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.2-rc2)

## 0.8.1

- Update to LibreChat 0.8.1 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.1)
Expand Down
2 changes: 1 addition & 1 deletion librechat/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ args:
MONGODB_VERSION: "7.0"
NVM_VERSION: "v0.39.3"
NODE_VERSION: "v20.13.1"
LIBRECHAT_VERSION: "v0.8.1"
LIBRECHAT_VERSION: "v0.8.2"
MEILISEARCH_VERSION: "v1.12.3"
2 changes: 1 addition & 1 deletion librechat/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: LibreChat
slug: librechat
version: "0.8.1-2"
version: "0.8.2"
description: Open-source AI chat platform integrating multiple models and services.
url: "https://github.com/bobbyquantum/addon-librechat/tree/main/librechat"
arch:
Expand Down