From 1b73d84a8e7be3f3f056af4721c2908d45d1d523 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 12:12:25 -0500 Subject: [PATCH] Release 0.5.0 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7a62d83..87e585e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## 0.5.0 +* [Add support for response caching, updates and fixes to tools (#16)](https://github.com/extremeheat/LXL/commit/2f0653ddaef850a659f585e95ad0f279dcf51a24) (thanks @extremeheat) +* [Add experimental autoFeed option to GoogleAIStudioCompleter, update tooling (#15)](https://github.com/extremeheat/LXL/commit/cb747114dbec6167fe5ac9021ea88ec2a049c001) (thanks @extremeheat) +* [Add guidance regions for prompts (#14)](https://github.com/extremeheat/LXL/commit/d17fe7521ed68eedf028e0089d8a446b5d349c07) (thanks @extremeheat) +* [tools: add collectFolderFiles, concatFilesToMarkdown (#13)](https://github.com/extremeheat/LXL/commit/c61429d4c11abc0f863ecabc73962cc27c9235f3) (thanks @extremeheat) +* [Add markdown stripping tool and a custom YAML writer (#12)](https://github.com/extremeheat/LXL/commit/a7fd21dd0d94c30145185047f520160ec9263574) (thanks @extremeheat) +* [Add throttling to Google AI studio handling](https://github.com/extremeheat/LXL/commit/008ffad6b9f0dc0f17c77481d275b05d43d1b817) (thanks @extremeheat) + ## 0.4.0 * [Add a markdown pre-processor for templating prompts at runtime (#10)](https://github.com/extremeheat/LXL/commit/382d5c3dad016ff9b71aca83ea6131c861a20327) (thanks @extremeheat) * [Support Gemini 1.5 via Google AI studio playground (#9)](https://github.com/extremeheat/LXL/commit/3cad49f578957a814188b1ddd56dd9621ff2777e) (thanks @extremeheat) diff --git a/package.json b/package.json index d8d5059..61a834a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "langxlang", - "version": "0.4.0", + "version": "0.5.0", "description": "LLM wrapper for OpenAI GPT and Google Gemini and PaLM 2 models", "main": "src/index.js", "types": "src/index.d.ts",