Closed bryanhpchiang closed 4 months ago
(turbo) bryan@Bryans-MBP-7 lang % python eleven_test.py
Traceback (most recent call last):
File "/Users/bryan/work/lang/eleven_test.py", line 8, in <module>
audio = client.generate(
AttributeError: 'ElevenLabs' object has no attribute 'generate'
@bryanhpchiang we haven't been able to reproduce this error -- if you can link a zip with the example we will look into it further. I would make sure that you are on the latest version of the client library.
First example from the README doesn't even work?