OpenAiProvider::textToSpeech method has duplicate call on the client
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3482006. -->
Reported by: [joevagyok](https://www.drupal.org/user/2876343)
Related to !208
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In the \Drupal\provider_openai\Plugin\AiProvider\OpenAiProvider::textToSpeech() method we get the response once in the try{} then afterwards again.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Remove the second call to get the response.</p>
issue