We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae69f2 commit 49f5f29Copy full SHA for 49f5f29
google-gemini-client/build.sbt
@@ -0,0 +1,14 @@
1
+import Dependencies.Versions._
2
+
3
+name := "openai-scala-google-gemini-client"
4
5
+description := "Scala client for Google Gemini API implemented using Play WS lib."
6
7
+libraryDependencies ++= Seq(
8
+ "io.cequence" %% "ws-client-core" % wsClient,
9
+ "io.cequence" %% "ws-client-play" % wsClient,
10
+ "io.cequence" %% "ws-client-play-stream" % wsClient,
11
+ "org.scalactic" %% "scalactic" % "3.2.18",
12
+ "org.scalatest" %% "scalatest" % "3.2.18" % Test,
13
+ "org.scalamock" %% "scalamock" % scalaMock % Test
14
+)
0 commit comments