Erisch
Erisch
TTypebot
Created by Erisch on 4/4/2024 in #help-and-questions
GDPR Compliance without jsdelivr
Awesome!
3 replies
TTypebot
Created by Erisch on 2/7/2024 in #help-and-questions
How can i check a variable without case sensitivity?
Exactly. It converts to lowercase first.
30 replies
TTypebot
Created by Erisch on 2/7/2024 in #help-and-questions
How can i check a variable without case sensitivity?
This script checks regardless of capital or lowercase letters if someone entered Exit, exit EXIT...
30 replies
TTypebot
Created by Erisch on 2/7/2024 in #help-and-questions
How can i check a variable without case sensitivity?
var checkExit = {{user-message-openai}}.toLowerCase(); if(['exit', 'quit', 'menu', 'home', 'back', 'ragequit'].includes(checkExit)) { setVariable('user-message-openai', 'exit') }
30 replies
TTypebot
Created by Erisch on 2/7/2024 in #help-and-questions
How can i check a variable without case sensitivity?
No description
30 replies
TTypebot
Created by Erisch on 2/7/2024 in #help-and-questions
How can i check a variable without case sensitivity?
I'll try that. It would require to work with the script module. Which is kind of hard for someone like me. But I'll give it a shot. Thanks.
30 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
Awesome. I saw it on Github! Thanks!! 🙂 I guess it‘s available on Cloudron shortly.
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
Thanks for checking!
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
I see. I tried what you did. And I still have the additional linebreaks. So we just wait until the commit is part of the next release. Good to know that there is nothing wrong with my setup. 🙂
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
Like this?
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
Sure, here are three fun UX things: 1. User Persona Mad Libs: This activity involves filling out a Mad Libs-style template to create fictional user personas. It's a playful way to understand different user characteristics and needs, and it can spark creativity in designing user-centered experiences. 2. UX Escape Room: Imagine an escape room where participants have to navigate through different user experience challenges and puzzles. It's a fun and interactive way to test and improve your UX skills while working as a team. 3. Design Critique Roulette: Gather a group of designers and take turns critiquing each other's designs in a fun and light-hearted way. It encourages constructive feedback, collaboration, and facilitates learning from different perspectives. These activities aim to make UX more enjoyable while fostering creativity, collaboration, and learning. 😄🔍
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
It seems that this commit you mentioned is not part of the typebot Github release 2.22.0. So I guess I don't have it. I use Cloudron so I have to wait until the next release I guess.
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
You mean I copy from console and paste here to discord?
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
I have Version 2.22.0. Seems to be up to date.
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
No description
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
No description
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
@Vilela Ok. I will do that and come back when I did. Thanks!
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
@CptPlastic I am using the OpenAI Assistant Integration
34 replies
TTypebot
Created by Erisch on 2/3/2024 in #help-and-questions
Typebot adds unnecessary linebreaks to OpenAI assistant messages
Typebot seems to add linebreaks to the Message that's received from OpenAI. So my expectation is: Typebot should not add any additional linebreaks.
34 replies