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 1a56b12 commit f1a3b43Copy full SHA for f1a3b43
openai-guice/src/main/scala/io/cequence/openaiscala/service/BaseOpenAIClientApp.scala
@@ -2,10 +2,9 @@ package io.cequence.openaiscala.service
2
3
import akka.actor.ActorSystem
4
import akka.stream.Materializer
5
-import com.google.inject.{AbstractModule, Module}
+import com.google.inject.Module
6
7
import scala.concurrent.ExecutionContext
8
-import net.codingwell.scalaguice.ScalaModule
9
10
trait BaseOpenAIClientApp extends GuiceContainer with App {
11
0 commit comments