Skip to content

Commit 9dbe702

Browse files
committed
WSRequestHelper - commented block removed fix
1 parent 2e1b0fc commit 9dbe702

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

openai-client/src/main/scala/io/cequence/openaiscala/service/ws/WSRequestHelper.scala

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)