Releases: Uralstech/UGemini
Releases · Uralstech/UGemini
UGemini v1.0.0
Added
- Added documentation.
- Added new token counting sample.
- Added new
GeminiContent
utility method to convert a message andAudioClip
to aGeminiContent
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
Added
- Utility functions to create
GeminiContentBlob
s directly fromTexture2D
s andAudioClip
s. - Added 3rd sample: Gemini JSON mode.
- Added some missing documentation.
UGemini v1.0.0-preview.3
Breaking changes
- All samples are now in the namespace
Uralstech.UGemini.Samples
. - All variants of
GeminiContent.GetNew
have been renamed toGeminiContent.GetContent
.
Added
- Added more utility functions to create objects and read values more quickly.
- Added function calling sample.
UGemini v1.0.0-preview.2
Breaking changes
- Moved namespace
Uralstech.Utils.Singleton
toUralstech.UGemini.Utils.Singleton
.
Added
- Added support for audio and video data input.
- Updated sample with file upload.
UGemini v1.0.0-preview.1
Initial release!