#I'm having an issue with the Python client's voice_generation.generate method. The client's return
1 messages · Page 1 of 1 (latest)
From the information provided, it seems that the client.voice_generation.generate method indeed returns a generated_voice_id in the response header. However, if you're unable to access the response headers directly from the returned generator, it might be a limitation or an oversight in the design of the API client.
Unfortunately, the provided content does not include a direct solution to this issue. It might be beneficial to reach out to the maintainers of the ElevenLabs Python client library for further assistance. They might be able to provide a workaround or consider this as a feature request for future versions of the client library.
Okay, how would I go about reaching out the maintainers of the elevenlabs python client so I can provide feedback, issues, or a pull request?
You can reach out to the maintainers of the ElevenLabs Python client by opening an issue on their GitHub page. If you don't have a GitHub account, you can sign up for a free one. Once you're signed in, you can open an issue and contact the maintainers and the community.
If you want to submit a pull request, you can do so by forking the repository, making your changes, and then submitting a pull request for the maintainers to review.
Additionally, you can submit your suggestions or bug reports directly through their feedback portal, which can be found here.
Thank you@