Skip to content

Commit

Permalink
Update GenerativeModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
phanxuanquang authored Sep 24, 2024
1 parent 4aa3388 commit 70ff957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemini/GenerativeModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ public enum GenerativeModel
[Description("gemini-1.0-pro")]
Gemini_10_Pro = 1,

[Description("gemini-1.5-pro")]
[Description("gemini-1.5-pro-latest")]
Gemini_15_Pro = 2,

[Description("gemini-1.5-flash")]
[Description("gemini-1.5-flash-latest")]
Gemini_15_Flash = 3,
}
}

0 comments on commit 70ff957

Please sign in to comment.