diff --git a/firestore-palm-chatbot/CHANGELOG.md b/firestore-palm-chatbot/CHANGELOG.md index 2b1956c7..c86da624 100644 --- a/firestore-palm-chatbot/CHANGELOG.md +++ b/firestore-palm-chatbot/CHANGELOG.md @@ -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) @@ -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. diff --git a/firestore-palm-gen-text/CHANGELOG.md b/firestore-palm-gen-text/CHANGELOG.md index 756ca114..959ae34f 100644 --- a/firestore-palm-gen-text/CHANGELOG.md +++ b/firestore-palm-gen-text/CHANGELOG.md @@ -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 diff --git a/firestore-palm-summarize-text/CHANGELOG.md b/firestore-palm-summarize-text/CHANGELOG.md index 8293e7db..f10fcc36 100644 --- a/firestore-palm-summarize-text/CHANGELOG.md +++ b/firestore-palm-summarize-text/CHANGELOG.md @@ -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 @@ -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