Skip to content

Commit

Permalink
chore(*): bump changelogs for palm (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac authored and pr-Mais committed Jan 24, 2024
1 parent fc66481 commit 4bcd1f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion firestore-palm-chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

docs - update to reflect current state of PaLM safety thresholds

feat - support latest PaLM models

## Version 0.1.8

fixed - bug where context could not be added

## Version 0.1.7


fixed - truncate history if payload is close to limit

fixed - fix apiEndpoints location error (#142)
Expand Down Expand Up @@ -37,6 +38,7 @@ feature - update docs for publish

- Truncate requests sent to API to fix bug for long conversations.
- Bump dependencies for PaLM APIs

## Version 0.1.5

- Removed unnecessary Storage bucket requirement from PREINSTALL.
Expand Down
2 changes: 2 additions & 0 deletions firestore-palm-gen-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

docs - update response field to mention response length limitation

feat - support latest PaLM models

## Version 0.1.9

fixed - fixed issue with "Block none" in safety threshold configs
Expand Down
4 changes: 3 additions & 1 deletion firestore-palm-summarize-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ fixed - fixed issue with "Block none" in safety threshold configs

docs - update to reflect current state of PaLM safety thresholds

feat - support latest PaLM models

## Version 0.1.9

fixed - improved safety metadata format
Expand All @@ -28,12 +30,12 @@ fixed - fix regen functionality for PaLM (#86)

- Added a content filter threshold parameter
- bumped dependencies

## Version 0.1.7

- Improved summarization prompt to reduce hallucinations
- Added parameter for max output tokens on response


## Version 0.1.6

- Fixed location bug where apiEndpoint was incorrectly entered
Expand Down

0 comments on commit 4bcd1f0

Please sign in to comment.