File tree 3 files changed +8
-2
lines changed
firestore-palm-summarize-text
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
docs - update to reflect current state of PaLM safety thresholds
4
4
5
+ feat - support latest PaLM models
6
+
5
7
## Version 0.1.8
6
8
7
9
fixed - bug where context could not be added
8
10
9
11
## Version 0.1.7
10
12
11
-
12
13
fixed - truncate history if payload is close to limit
13
14
14
15
fixed - fix apiEndpoints location error (#142 )
@@ -37,6 +38,7 @@ feature - update docs for publish
37
38
38
39
- Truncate requests sent to API to fix bug for long conversations.
39
40
- Bump dependencies for PaLM APIs
41
+
40
42
## Version 0.1.5
41
43
42
44
- Removed unnecessary Storage bucket requirement from PREINSTALL.
Original file line number Diff line number Diff line change 2
2
3
3
docs - update response field to mention response length limitation
4
4
5
+ feat - support latest PaLM models
6
+
5
7
## Version 0.1.9
6
8
7
9
fixed - fixed issue with "Block none" in safety threshold configs
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ fixed - fixed issue with "Block none" in safety threshold configs
4
4
5
5
docs - update to reflect current state of PaLM safety thresholds
6
6
7
+ feat - support latest PaLM models
8
+
7
9
## Version 0.1.9
8
10
9
11
fixed - improved safety metadata format
@@ -28,12 +30,12 @@ fixed - fix regen functionality for PaLM (#86)
28
30
29
31
- Added a content filter threshold parameter
30
32
- bumped dependencies
33
+
31
34
## Version 0.1.7
32
35
33
36
- Improved summarization prompt to reduce hallucinations
34
37
- Added parameter for max output tokens on response
35
38
36
-
37
39
## Version 0.1.6
38
40
39
41
- Fixed location bug where apiEndpoint was incorrectly entered
You can’t perform that action at this time.
0 commit comments