Skip to content

Commit 20f2f91

Browse files
committed
Update NEWS.md
1 parent 106090c commit 20f2f91

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

NEWS.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
11
# gemini.R
22

3-
# gemini.R 0.8.1
3+
# gemini.R 0.9.0
4+
5+
## 0.9.0
6+
7+
- Updated parameters across all functions (`temperature`, `maxOutputTokens`, `topK`, `topP`, `seed`)
8+
- Adjusted default values: temperature to **1** and maxOutputTokens to **8192**, model as **2.0-flash**
49

510
## 0.8.1
11+
612
- requires `region` from user in Vertex AI API
713

814
## 0.8.0
15+
916
- Add Vertex AI with new functions: `token.vertex()`, `gemini.vertex()`, `gemini_image.vertex()`, `gemini_audio.vertex()`
1017
- These functions are in experimental stage and may change in future versions.
1118

1219
## 0.7.0
20+
1321
- Generate unit test using `gen_test()` added.
1422
- `gemini_audio` supports more than `mp3`.
1523
- gemini.R supports `2.0-flash-exp` as model.
1624

1725
## 0.6.1
26+
1827
- Generate roxygen with `gen_docs()` added.
1928
- Some terms are improved.
2029

2130
## 0.5.0
31+
2232
- gemini.R supports `1.5=flash` model.
2333
- gemini functions require `temperature`, `maxTokenOutput`
2434

@@ -40,4 +50,4 @@
4050

4151
- Added Multi-turn conversation or **Chat** 💬. See `gemini_chat`
4252
- Slight change with function documentation.
43-
- Now generates message to inform to `setAPI` when API key is not exist yet.
53+
- Now generates message to inform to `setAPI` when API key is not exist yet.

0 commit comments

Comments
 (0)