HackerTrans
トップ新着トレンドコメント過去質問紹介求人

AustinZzx

no profile record

コメント

AustinZzx
·2 年前·議論
Glad you like it!
AustinZzx
·2 年前·議論
Hey think about the bright side of voice AI -- there are new opportunities like AI companions, AI assistant, not only the antiquated contact methodologies.
AustinZzx
·2 年前·議論
The doc is here: https://docs.retellai.com/guide/phone-setup
AustinZzx
·2 年前·議論
Deepgram TTS is pretty fast, but they have not publicly launched yet.
AustinZzx
·2 年前·議論
We will keep that in mind. In the meantime, if you have a working version, we are happy to feature your integration repo in our doc.
AustinZzx
·2 年前·議論
Voice cloning is definitely on our roadmap.
AustinZzx
·2 年前·議論
If you are referring to the LLM used in the demo, it's a simple GPT. If you are referring to audio data, there are some (not a lot) public datasets, although be careful of the license of the dataset. To get more data, you might want to build a studio to collect from contracted voice actors, or you can purchase from other sources.
AustinZzx
·2 年前·議論
We are dedicated to preventing that from happening. Spam calling and identity theft are key areas we will build guardrails around. Feel free to let us know if you think of any other case.
AustinZzx
·2 年前·議論
Good point, note token. benchmarking is a great tool to show differentiation. BTW, apart from what we think is important ourselves (latency, mean opinion score, etc), would you mind sharing what you want to see in such a benchmark? One key metric I like to keep an eye on is the end conversion rate of using the product, but that's very use-case specific.
AustinZzx
·2 年前·議論
Nice catch on the working -- customer is indeed more accurate than user.

For outage handling: we strive to keep up 99.9 plus up time, and in the case of a dropped call, the agent would hang up if using phone, and might have different error handling in web depending on how customer handles it.
AustinZzx
·2 年前·議論
Thank you for the support!
AustinZzx
·2 年前·議論
Yes, we are a developer tool, and we certainly get interest from clients working on customer satisfaction agents, call center agent training, etc.
AustinZzx
·2 年前·議論
I totally get that clicking in Web UI is super convenient in many scenarios, and I think GUI and voice can co-exist and create synergy. Suppose AI voice agent can solve your problem, cater to your needs, and interact like a human. In that case, I believe it would be super helpful in many scenarios (like others mentioned, waiting on line for 40 minutes is a pretty bad experience). There are also new opportunities in voice like AI companion, AI assistant, etc that we see are starting to emerge.
AustinZzx
·2 年前·議論
We are actively working on that. Thanks for the support.
AustinZzx
·2 年前·議論
Could you elaborate a bit on "my speech engine tied to a specific model provider"? Sorry, I might be lacking some context on what you are referring to here.
AustinZzx
·2 年前·議論
You certainly could, given you play video games for long enough to gather the needed data lol.
AustinZzx
·2 年前·議論
The demo uses a simple gpt 3.5 turbo.
AustinZzx
·2 年前·議論
This can be handled with function calling and other features in LLM. We support the input signal of closing the call, and you can have your rule-based (timer) system or LLM-based end call functionality and use that to hang up.
AustinZzx
·2 年前·議論
Yes, I agree there are problems with LLM (hallucinations, persona, etc), and that's exciting because that means room for improvement and opportunities. I know many people who are working hard in that field trying to make LLM converse better.

For example - "hallucinations / LLMs confabulate": techniques like RAG can help - "Language is so smooth that you often need the expertise to catch them in it", fine-tuning and prompt engineering can help
AustinZzx
·2 年前·議論
We handle the audio bytes in / out, and also connect to your user's server for response. We handle the interaction and decide when to listen and when to talk, and send live updates to our users. When a response is needed, we ask for it and get it from our user.

Our homepage https://www.retellai.com/ has a GIF on it that illustrates this point.