cequence-io / openai-scala-client

Scala client for OpenAI API
MIT License
165 stars 18 forks source link

Apache Pekko #60

Open cheeseng opened 2 months ago

cheeseng commented 2 months ago

Possible to switch from akka to apache pekko?

peterbanda commented 2 months ago

Well, it's possible but it's not a priority now. First we need to abstract out the core WS Request client part and then provide implementations for different Akka versions (as well as different backend systems such as zio). My estimate is June/July this year.

schemata-issimo commented 1 month ago

Would love to use this, but I also switched over to Pekko as it's the new default for Play

alex1712 commented 4 weeks ago

With the license model of akka I would actually argue that this is quite high prio for a lot of people, even a blocker to use the library

iorins-flextrade commented 3 weeks ago

Would you accept a PR migrating to/adding support for Pekko?