llm_convo icon indicating copy to clipboard operation
llm_convo copied to clipboard

Use ChatGPT over Twilio to create an AI phone agent (works for incoming or outgoing calls).

Results 6 llm_convo issues
Sort by recently updated
recently updated
newest added

Hey, how exactly do i set this up. Looks really cool! What services do i need to buy in twilio? Is there any instructions?

i tried to add some debugs, but none are hitting. Is there a requirement that we are missing in the setup? ``` from websocket import create_connection @self.sock.route("/audiostream", websocket=True) def on_media_stream(ws):...

Is there a method to incorporate the Elevenlabs API in order to enhance voice quality through voice cloning?

Hello, I am currently attempting to host this on a web server, but I have encountered some difficulties in getting it to work properly. Would it be possible for you...

As we are using the openai, sometimes the responses are long and the caller has to wait for the response to be completed. Could we use the streaming feature of...