elevenlabs-python icon indicating copy to clipboard operation
elevenlabs-python copied to clipboard

feat: add proxy_url support to Conversation class

Open 8thgencore opened this issue 10 months ago • 2 comments

  • Added proxy_url as an optional parameter to the Conversation class.
  • Updated the _run method to utilize the proxy_url when establishing a WebSocket connection.

This enhancement allows for better network configuration options during conversational AI sessions.

8thgencore avatar Jun 27 '25 14:06 8thgencore

what's the reason for this change ?

AngeloGiacco avatar Jun 29 '25 21:06 AngeloGiacco

what's the reason for this change ?

The reason for this change is to provide greater flexibility in network configurations when using the Conversation class. By adding proxy_url as an optional parameter, users can now route WebSocket connections through a proxy server if needed. This is particularly useful in environments with restricted direct internet access, such as corporate networks or certain cloud setups.

8thgencore avatar Jul 07 '25 11:07 8thgencore