JM
JM
TTypebot
Created by Kyle Behrend on 6/12/2024 in #help-and-questions
Microphone and using Hume
This sounds awesome. Would love to learn more about what you're building and how Inworld helps!
4 replies
TTypebot
Created by dabrain on 4/12/2024 in #help-and-questions
help
The docs page is really what you need (on the official website), as well as the official Typebot Youtube channel.
2 replies
TTypebot
Created by JM on 3/18/2024 in #help-and-questions
Triggering a Zapier action via Open AI Assistant
No description
11 replies
TTypebot
Created by JM on 3/18/2024 in #help-and-questions
Triggering a Zapier action via Open AI Assistant
No description
11 replies
TTypebot
Created by JM on 1/12/2024 in #help-and-questions
Removing Citation Annotations from Open AI Assistant Responses
[SOLVED] I'm not a coder but ChatGPT helped me with this and I found a way to remove the citations by setting a variable with Javascript. In case anyone else might have a similar need, the code is below: const inputText = {{Assistant Message}}; const regex = /【\d+†source】/g; const outputText = inputText.replace(regex, ''); return outputText;
4 replies
TTypebot
Created by JM on 1/6/2024 in #help-and-questions
Elevenlabs Integration
If you do plan that, that would be wonderful. The use case I see for it is especially in international markets where the existing Open AI TTS English audio returned doesn't match the customer rep avatar in, say, the Middle East. English accents or cloned voices would really help with personalising that experience.
8 replies
TTypebot
Created by JM on 1/6/2024 in #help-and-questions
Elevenlabs Integration
Thanks, Nefer. I’m away from my computer right now so can’t share screenshots, but could you explain how to go from the POST request results to the audio block? (Excuse my noobishness, I don’t consider myself a coder but am learning more about APIs).
8 replies
TTypebot
Created by JM on 1/3/2024 in #help-and-questions
Receiving Whatsapp audio message to Typebot
Brilliant news. Excited to see Typebot continue to grow!
4 replies
TTypebot
Created by T. on 12/23/2023 in #help-and-questions
Adding days to System.Now
This is useful to know. Thanks!
5 replies