bolna-ai / bolna

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

Please add Plivo lib in local setup requirement.txt #250

Open satishBohra opened 1 month ago

satishBohra commented 1 month ago

Here's the corrected version of your text:

  1. Add the Plivo library to requirements.txt:

    plivo==4.55.0
  2. Add the keepalive parameter to Plivo to stay connected. For example:

    <Stream bidirectional="true" keepCallAlive="true">{}</Stream>
  3. I am still not getting any output. Please update the code.

prateeksachan commented 2 weeks ago

hey @satishBohra, have added this in the local_setup directory so it's available in the docker. ref: 7f665d4193ae364006a2b5c4f9fbb9e021bfe873. do let me know in case of any issues.