I've been playing around with deepseek R1 on groq in typebot and it works really well generating at about 275 tokens / second.
It's so fast that I think it would work well enough to only show the output (not the chain of thought, thinking section). I guess I could do that with a regex but it would be better if it was an option in the groq integration module.
We've deployed typebot as a widget on websites. Is there any way to not reload the chat when a new page is opened. So the chat is persistent across multiple web pages?
I get an SVG returned from an API call. Is there any way to display the SVG inside typebot as an image? Or is there a sensible middle step to get this to work?
I have 2 questions. The results tab (submissions & analytics)
Is there a way to access this database via an api? For example, to build a dashboard to display metrics to.
I am using a RAG+LLM system and the user may ask several questions and the LLM will respond several times so each time the bot replies the variable {{bot_response}} is overwritten and each time the variable {{user_response}} is overwritten. Is there a way to use the typebot database to store the whole conversation? I guess I could +1 to the variable name so it would be {{bot_response_1}}, {{bot_response2}}, etc. but this doesn't seem like a good solution.
So for example, the first two questions are preset but I would like the user to be able to enter text in third button like text box. Is this possible?🙏
I mean, in the cloud version. And if so, can you provide any more technical details (client question). Is data sent from the bubble bot to AWS encrypted? Thanks!
When I add the {{chathistory}} variable to the send email node, the text content isn't treated as html. Is there any way to adjust this or do I have to add some intermediate process?
The list of assistants seems to be limited to 16. I have >100. If you add more then the previously linked nodes will display the assistant ID. The issue is you can't add the assistant ID here in order to link it. Should we be able to add assistants by adding the assistant ID?