File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
openai-client/src/main/scala/io/cequence/openaiscala/service/ws Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -427,23 +427,4 @@ trait WSRequestHelper extends WSHelper {
427427 params : Seq [(PT , Option [Any ])]
428428 ): Seq [(String , Option [Any ])] =
429429 params.map { case (a, b) => (a.toString, b) }
430-
431- // close
432-
433- // Create Akka system for thread and streaming management
434- // system.registerOnTermination {
435- // System.exit(0)
436- // }
437- //
438- // implicit val materializer = SystemMaterializer(system).materializer
439- //
440- // // Create the standalone WS client
441- // // no argument defaults to a AhcWSClientConfig created from
442- // // "AhcWSClientConfigFactory.forConfig(ConfigFactory.load, this.getClass.getClassLoader)"
443- // val wsClient = StandaloneAhcWSClient()
444- //
445- // call(wsClient)
446- // .andThen { case _ => wsClient.close() }
447- // .andThen { case _ => system.terminate() }
448-
449430}
You can’t perform that action at this time.
0 commit comments