softwaremill / sttp-openai

Apache License 2.0
41 stars 9 forks source link

Add Akka streaming support for chat completions #129

Closed DybekK closed 11 months ago

DybekK commented 11 months ago

This PR adds streaming support for Create chat completion endpoint using Akka Streams as a streams implementation.

The code has been derived from the Pekko implementation with specific import adjustments made to integrate it with Akka.