From 0a936d224e4b1442e3bb765f2bda8f797b01975f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:37:28 -0400 Subject: [PATCH] Release 0.5.1 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 87e585e..8acad85 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 0.5.1 +* [GoogleAIStudio: add option to send requests to HTTP server relay (#18)](https://github.com/extremeheat/LXL/commit/afb1d1e2344072967bbe092660793a213be751b0) (thanks @extremeheat) + ## 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) diff --git a/package.json b/package.json index 61a834a..2221249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "langxlang", - "version": "0.5.0", + "version": "0.5.1", "description": "LLM wrapper for OpenAI GPT and Google Gemini and PaLM 2 models", "main": "src/index.js", "types": "src/index.d.ts",