As can be seen in [`openai_tts_handler.py` ](https://github.com/NyarchLinux/NyarchAssistant/blob/master/src/handlers/tts/openai_tts_handler.py) the models are `models = ["tts-1", "tts-1-hd"]` But these models explicitly [ignore instructions ](https://github.com/openai/openai-python/blob/2adf11112988e998fcf5adb805bae38501d22318/src/openai/resources/audio/speech.py#L82). We need `gpt-4o-mini-tts` to accept instructions. We need to add that to the list of models.