WordPress / WordPress/php-ai-client
Implement OpenAI Text-to-Speech Conversion Model
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 308
- Forks
- 84
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
Found this TODO in src/ProviderImplementations/OpenAi/OpenAiProvider.php line 44:
// TODO: Implement OpenAiTextToSpeechConversionModel.
I see there's already logic in the metadata directory to handle TTS models (if they exist in the API response). If nobody's working on this yet, I'd love to take a shot at it! Let me know..
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/ProviderImplementations/OpenAi/OpenAiProvider.php at line 44 and read the existing TTS-related logic in the metadata directory. Trace how provider models are represented and how metadata identifies TTS models. Done means the OpenAI provider no longer leaves OpenAiTextToSpeechConversionModel as a TODO and supports the model consistently with the existing metadata handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100