WordPress / WordPress/php-ai-client

Implement OpenAI Text-to-Speech Conversion Model

Open
#90 2 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.