From a8073063c596900883ef47085a93801a4758ce3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:12:20 +0700 Subject: [PATCH] Release 0.1.15 (#148) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/quick-socks-learn.md | 5 ----- .changeset/tough-pugs-destroy.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/quick-socks-learn.md delete mode 100644 .changeset/tough-pugs-destroy.md diff --git a/.changeset/quick-socks-learn.md b/.changeset/quick-socks-learn.md deleted file mode 100644 index 092d81c7..00000000 --- a/.changeset/quick-socks-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Fix the issue of images not showing with the sandbox URL from OpenAI's models diff --git a/.changeset/tough-pugs-destroy.md b/.changeset/tough-pugs-destroy.md deleted file mode 100644 index bf8a3288..00000000 --- a/.changeset/tough-pugs-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -use llamacloud for chat diff --git a/CHANGELOG.md b/CHANGELOG.md index f775d670..4fb8a392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # create-llama +## 0.1.15 + +### Patch Changes + +- 64732f0: Fix the issue of images not showing with the sandbox URL from OpenAI's models +- aeb6fef: use llamacloud for chat + ## 0.1.14 ### Patch Changes diff --git a/package.json b/package.json index 28d99aa6..f64a1f82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.1.14", + "version": "0.1.15", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab