File tree Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.7.2
1
+ 0.8.0
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Changed
12
12
### Fixed
13
13
14
+ ## 0.8.0
15
+
16
+ ### Changed
17
+
18
+ - bump version
19
+
14
20
## 0.7.1
15
21
16
22
### Changed
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Changed
12
12
### Fixed
13
13
14
+ ## 0.8.0
15
+
16
+ ### Changed
17
+
18
+ - bump version
19
+
14
20
## 0.7.1
15
21
16
22
### Changed
Original file line number Diff line number Diff line change @@ -8,15 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
10
10
### Added
11
-
11
+
12
12
- provide types to simplify creation of tuned model
13
+ - compatibility methods for PaLM models
13
14
14
15
### Changed
15
16
### Fixed
16
17
18
+ ## 0.8.0
19
+
20
+ ### Added
21
+
22
+ - implement tuned model patching (.NET 6 and higher only)
23
+ - implement transfer of ownership of tuned model
24
+ - implement batched Embeddings
25
+ - query string parameters to list models (pagination and filter support)
26
+ - type documentation
27
+ - generate a grounded answer
28
+ - constants for method names/endpoints
29
+ - enumeration of state of created tuned model
30
+
31
+ ### Changed
32
+
33
+ - text prompts have ` user ` role assigned
34
+ - improve Embeddings
35
+ - refactor types according to API reference
36
+ - extend type documentation
37
+ - improve .NET targetting of source code
38
+
17
39
## 0.7.2
18
40
19
- ###
41
+ ### Added
20
42
21
43
- delete tuned model
22
44
@@ -32,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
54
- text-bison-001
33
55
- gemini-1.0-pro-001
34
56
- tests for model tuning
35
- -
57
+
36
58
### Changed
37
59
38
60
- improved authentication regarding API key or OAuth/ADC
You can’t perform that action at this time.
0 commit comments