Skip to content

Commit 5e5aa26

Browse files
committed
UGemini v2.2.0
1 parent 5b3dd52 commit 5e5aa26

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

UGemini/Packages/com.uralstech.ugemini/Runtime/Scripts/Data/Models/Generation/Candidate/GeminiCandidate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void Append(GeminiCandidate data)
9797
GroundingAttributions = data.GroundingAttributions;
9898

9999
AvgLogprobs = data.AvgLogprobs;
100-
if (data.LogprobsResult != null) // TODO: Verify this.
100+
if (data.LogprobsResult != null) // TODO: Verify this when compatible models release.
101101
LogprobsResult = data.LogprobsResult;
102102

103103
Index = data.Index;

UGemini/Packages/com.uralstech.ugemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"AI",
1010
"Integration"
1111
],
12-
"version": "2.2.0-preview.1",
12+
"version": "2.2.0",
1313
"unity": "2022.3",
1414
"hideInEditor": false,
1515
"documentationUrl": "https://uralstech.github.io/UGemini/",

0 commit comments

Comments
 (0)