Skip to content

Commit 175c2a1

Browse files
committed
TODO: VertexAI exceptions
1 parent 5360296 commit 175c2a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ 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
2829
private[service] class OpenAIVertexAIChatCompletionService(
2930
underlying: VertexAI
3031
)(

0 commit comments

Comments
 (0)