Releases: jhk0530/gemini.R
Releases · jhk0530/gemini.R
gemini.R 0.7.0
What's Changed
gen_tests()
added.- now
gemini_audio
supports various audio type, not onlymp3
. - now gemini functions accepts
2.0-flash-exp
as model. - errors with pkgdown fixed.
Full Changelog: v0.6.1...v0.7.0
gemini.R 0.6.1
gemini.R 0.5.2
0.4.0
- Updated to use httr2
setAPI
now shows last 4 words of API key for confirmation.cat
updated using cli for better readability in console.gemini_image()
takes default prompt as "Explain this image" and example image of flower. See?gemini_image
0.3.0
- R CMD CHECK no longer shows any NOTEs or WARNINGs.
- use R-hub to check multiple platforms with github action
0.2.0
What's changed
- Added Multi-turn conversation or Chat 💬. See
gemini_chat
- Slight change with function documentation.
- Now generates message to inform to
setAPI
when API key is not exist yet.
v0.5.0
Key changes
gemini.R updated with new models, default is 1.5-flash
What's changed
gemini()
,gemini_chat()
, takes parameter:model
,temperature
,maxTokenOutput
gemini_image()
takes parameter:model
,temperature
,maxTokenOutput
,type
.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's changed
- Updated to use httr2
setAPI
now shows last 4 words of API key for confirmation.cat
updated using cli for better readability in console.gemini_image()
takes default prompt as "Explain this image" and example image of flower. See?gemini_image
Full Changelog: v0.2.0...v0.4.0