Skip to content

Commit 9e2e28d

Browse files
committed
Formatting
1 parent 175c2a1 commit 9e2e28d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-vertexai-client/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ description := "OpenAI API wrapper for Google VertexAI."
55
libraryDependencies ++= Seq(
66
"com.google.cloud" % "google-cloud-vertexai" % "1.4.0"
77
)
8-

google-vertexai-client/src/main/scala/io/cequence/openaiscala/vertexai/service/impl/OpenAIVertexAIChatCompletionService.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ import scala.collection.convert.ImplicitConversions.`seq AsJavaList`
2525
import scala.compat.java8.FutureConverters._
2626
import scala.concurrent.{ExecutionContext, Future}
2727

28-
// TODO: convert Google exceptions (e.g. com.google.api.gax.rpc.ResourceExhaustedException) to OpenAI exceptions
28+
// TODO: convert Google exceptions
29+
// (e.g. java.util.concurrent.CompletionException (ResourceExhaustedException)) to OpenAI exceptions
2930
private[service] class OpenAIVertexAIChatCompletionService(
3031
underlying: VertexAI
3132
)(

0 commit comments

Comments
 (0)