KoljaB / AIVoiceChat

Low latency ai companion voice talk in 60 lines of code using faster_whisper and elevenlabs input streaming
238 stars 46 forks source link

elevenlabs issue #11

Closed kamalkech closed 5 months ago

kamalkech commented 5 months ago

elevenlabs.set_api_key("") ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'elevenlabs' has no attribute 'set_api_key'

Edit: you posted your key, I removed it but pls change it as soon as possible in case someone saw it

KoljaB commented 5 months ago

For the problem: this is old code, elevenlabs changed their api.

Use "pip install elevenlabs==0.2.27" for this script or change it to the new api

KoljaB commented 5 months ago

Again you posted your key, I removed it but it is still visible in the history pls change it as fast as you can. I can't remove it completely from here.

kamalkech commented 5 months ago

i found many issues on this project not just this, i guess need to update ur project

KoljaB commented 5 months ago

Didnt try for 8 months or so. Yeah, prob should update, but don't really care about this one tbh

kamalkech commented 5 months ago

@kamalkech me too after ur last comment