Skip to content

Releases: jhk0530/gemini.R

gemini.R 0.7.0

25 Dec 16:03
Compare
Choose a tag to compare

What's Changed

  • gen_tests() added.
  • now gemini_audio supports various audio type, not only mp3.
  • 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

10 Dec 04:37
Compare
Choose a tag to compare

What's Changed

  • gen_docs() added.
  • improve terms by @Polkas in #5

New Contributors

  • @Polkas made their first contribution in #5

Full Changelog: v0.5.2...v0.6.1

gemini.R 0.5.2

26 Aug 23:09
Compare
Choose a tag to compare

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

01 Aug 09:11
Compare
Choose a tag to compare

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

11 Jun 12:04
Compare
Choose a tag to compare

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

v0.2.0

21 Dec 15:24
Compare
Choose a tag to compare

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.