Skip to content

Commit

Permalink
Release 0.5.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 9, 2024
1 parent 2f0653d commit 1b73d84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1b73d84

Please sign in to comment.