Skip to content

Releases: Uralstech/UGemini

UGemini v1.0.0

01 Jul 12:24
Compare
Choose a tag to compare

Added

  • Added documentation.
  • Added new token counting sample.
  • Added new GeminiContent utility method to convert a message and AudioClip to a GeminiContent object.

Changed

  • Fixed text bug in Multi-turn Chat sample.
  • Multi-turn Chat sample now includes model responses in history.

UGemini v1.0.0-preview.4

30 Jun 19:45
Compare
Choose a tag to compare
Pre-release

Added

  • Utility functions to create GeminiContentBlobs directly from Texture2Ds and AudioClips.
  • Added 3rd sample: Gemini JSON mode.
  • Added some missing documentation.

UGemini v1.0.0-preview.3

30 Jun 16:53
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • All samples are now in the namespace Uralstech.UGemini.Samples.
  • All variants of GeminiContent.GetNew have been renamed to GeminiContent.GetContent.

Added

  • Added more utility functions to create objects and read values more quickly.
  • Added function calling sample.

UGemini v1.0.0-preview.2

30 Jun 14:04
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • Moved namespace Uralstech.Utils.Singleton to Uralstech.UGemini.Utils.Singleton.

Added

  • Added support for audio and video data input.
  • Updated sample with file upload.

UGemini v1.0.0-preview.1

30 Jun 10:49
Compare
Choose a tag to compare
Pre-release

Initial release!