Closed BolajiAyodeji closed 9 months ago
I'm also seeing this. Renders the api pretty much unusable, unless we have docs out of sync with the api or something... looking.
Could you help here, please, @dsinghvi? Any thoughts?
@BolajiAyodeji thanks for tagging me directly -- the SDK has been regenerated and we have published 0.1.5
. You should see the correct exports come through in the SDK. Feel free to reopen up this issue if you still have problems!
Hi! Thanks for creating a JS equivalent of the Python SDK.
I was giving it a quick spin and tried to test in a local TypeScript environment but kept getting the error:
Module '"elevenlabs"' has no exported member 'play'
. The same applies tostream
.For the
apiKey
argument:Even the
generate
property does not exist:The same error occurs even when the SDK is imported into a Reactjs environment. Is there something I'm missing or some type definitions we need to install for the SDK? Everything seems to be set up correctly on my end.