Andrewcpu/elevenlabs-api

Multiple API Keys

Opened this issue · 4 comments

Hey Andres, it's me again :)

I am now at a point, where I need multiple elevenlabs instances running. This is currently NOT supported, correct?

Is this planned? Maybe with a builder pattern? How complex do you think such a change would be?
Found 57 static variables (ElevenLabs, ElevenNetworkUtil, Choice, GeneratedAudioOutputFormat, ProjectOutputQuality, StreamLatencyOptimization, History, Project, Subscription, User).

Would you be willing (and also have the time) to implement such a thing or should I get started and add a PR some time in the future?

Kind regards and merry christmas
Dustin

Hi Dustin! Nice to see you again!

Let me see what I can do.. I actually just sat down to implement some of the Websocket API. So, I can take a swing at it tomorrow, or the day after. I think I may be able to make it work nicely with minimal changes needed to facilitate your use case.

Thanks as always for making these :)

You're 100% right btw, builders will be more appropriate at this point.

Really looking forward to this. I also took a shot at it, but didn't manage to implement it in a nice manner :D

Hey Andrew, any news on this? :)