From a9ae768c2fa039e7b50a93e00a56ddbfbb81d72f Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Fri, 19 Jan 2024 14:53:34 +0700 Subject: [PATCH] RELEASING: Releasing 2 package(s) Releases: llamaindex@0.0.48 create-llama@0.0.16 [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091867ea..9b148b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # create-llama +## 0.0.16 + +### Patch Changes + +- a73942d: Fix: Bundle mongo dependency with NextJS +- 9492cc6: Feat: Added option to automatically install dependencies (for Python and TS) +- f74dea5: Feat: Show images in chat messages using GPT4 Vision (Express and NextJS only) + ## 0.0.15 ### Patch Changes diff --git a/package.json b/package.json index f1334336..83a5d5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.0.15", + "version": "0.0.16", "keywords": [ "rag", "llamaindex", -- GitLab