Skip to content

Commit 4622e10

Browse files
committed
gemini-1.0-pro-001 added
1 parent e928680 commit 4622e10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val scala3 = "3.2.2"
77

88
ThisBuild / organization := "io.cequence"
99
ThisBuild / scalaVersion := scala212
10-
ThisBuild / version := "1.0.1-RC.1"
10+
ThisBuild / version := "1.0.1-RC.3"
1111
ThisBuild / isSnapshot := false
1212

1313
lazy val commonSettings = Seq(

openai-core/src/main/scala/io/cequence/openaiscala/domain/NonOpenAIModelId.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ object NonOpenAIModelId {
6161
// Google Vertex AI
6262
val gemini_1_5_flash_001 = "gemini-1.5-flash-001"
6363
val gemini_1_5_pro_001 = "gemini-1.5-pro-001"
64+
val gemini_1_0_pro_001 = "gemini-1.0-pro-001"
6465
val gemini_1_0_pro_vision_001 = "gemini-1.0-pro-vision-001"
6566
}

0 commit comments

Comments
 (0)