bolna-ai / bolna

End-to-end platform for building voice first multimodal agents
https://playground.bolna.dev
MIT License
333 stars 101 forks source link

(Not an issue) Is tunneling not available in ngrok free version #224

Closed satvikreddy closed 2 months ago

satvikreddy commented 2 months ago

This is NOT an issue. I could not find 'discussions' section in this repo, so asking the community here.

After doing the local setup, I created a new ngrok account and provided authtoken. However, I'm getting 'Upgrade your account' error.

Is this expected? Or did I miss some setup step.

prateeksachan commented 2 months ago

hey @satvikreddy so, ngrok has a limitation for the number of tunnels per agent for free users. In our example ngrok-config we've added 3 tunnels of which 2 are telephony servers. Ideally, there would be only 1 telephony server you'll need (either twilio or plivo). So the other one you can remove from the config.

Let me know if this works.