File tree Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v2.1.1 (2024-02-25)
6+
7+ ### Fix
8+
9+ * fix: add logit bias to studio, sagemaker (#70 )
10+
11+ * fix: add logit bias, fix studio completion
12+
13+ * fix: adjust tests
14+
15+ * fix: add logit bias integration test
16+
17+ * fix: update studio completion example
18+
19+ * fix: fix studio completion example
20+
21+ * fix: fix studio completion example
22+
23+ * fix: remove logit bias from bedrock
24+
25+ * fix: add logit bias to sagemaker completion, add params string
26+
27+ * fix: adjust tests
28+
29+ * fix: add logit bias integration test
30+
31+ * fix: update studio completion example
32+
33+ * fix: fix studio completion example
34+
35+ * fix: update code with new not_giving approach ([ ` b0b5bc1 ` ] ( https://github.com/AI21Labs/ai21-python/commit/b0b5bc152d61944313b53f39cd314a621568e6e0 ) )
36+
37+
538## v2.1.0 (2024-02-25)
639
40+ ### Chore
41+
42+ * chore(release): v2.1.0 [ skip ci] ([ ` 5e9a768 ` ] ( https://github.com/AI21Labs/ai21-python/commit/5e9a7681e4ab1ffcdcff1c07e0cb94452eb2632c ) )
43+
744### Feature
845
946* feat: support NOT_GIVEN type (#69 )
Original file line number Diff line number Diff line change 1- VERSION = "2.1.0 "
1+ VERSION = "2.1.1 "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
4646
4747[tool .poetry ]
4848name = " ai21"
49- version = " 2.1.0 "
49+ version = " 2.1.1 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments