cequence-io / openai-scala-client

Scala client for OpenAI API
MIT License
191 stars 20 forks source link

Avoid repetition in Open AI service #51

Closed branislav-burdiliak closed 8 months ago

branislav-burdiliak commented 8 months ago

Let service methods speak at the same level of abstraction.

Response handling polluted service methods with low level details, in particular:

Thus, it has been extracted and reused to avoid repetition and potential errors.