How do I regenerate AI text?
What are you doing by “regenerate”.
You can use Glide AI actions both in the data and action editors. In the action editor, you have more as to when the action is performed. If you needed to generate a new AI output, a Glide AI action on component compatible with action would work well.
I want to get NEW sentence or new set of words for language exercise. ChatGPT dest that correctly. AI within Glide generates always the same answer!?
I think the best would be to try. You could use with Glide AI the same prompts, instructions or inputs that you would use with ChatGPT.
This is the same prompt for both AI services:
Please generate new set of 10 words that can be used as practice for the specified level and language, each word numbered 1-10 on a new line. Please do not provide translations alongside the words. Language: French, Level: CEFR A1.
First generate in ChatGPT:
- Chat
- Livre
- École
- Bonjour
- Merci
- Oui
- Non
- Maison
- Porte
- Pomme
Next generate in ChatGPT:
- École
- Chat
- Livre
- Pomme
- Bonjour
- Merci
- Oui
- Non
- Porte
- Manger
In Glide AI service regenerating offers always the same set of words!?
With ChatGPT, I see that Maison in the 1st result, Manger in the 2nd, other than that the words are the same. The order is different though.
If you add a random string of text and number in the Glide AI prompt, at first manually, is the output different?
Yes I applied that approach with random numbers Which doesn’t function
but then I used character randomly generated, asking that every word contains letter submited
your Idea about randomly generated text String Seams to be OK and I will try it soon
Try changing the prompt ever so slightly for the regenerate action. I think Glide AI is caching the result and then refers to its memory if the prompt and input is exactly the same as before.
This was challenging issue! Finaly I succeeded with this:
I need a set of 10 words (each in numbered new line) for practice in specified level and language. Please do NOT provide translations alongside the words. Each time please generate NEW version with COMPLETELY NEW words, this time version is: “14”. After generating please do shuffle the word order completely randomly!
“14” are the seconds taken from Timestamp after regenerating request.
Tnx a lot!
Nice trick. So if the request is generated exactly 60 seconds later on second number 14 of the following minute, would you get the same output?
I would expect that to be the case. If you want it to have a better chance, better use the full date/time numeral version.
Unfortunately such simple randomizing doesn’t function: AI returns often the same sentence!
So your solution above doesn’t work anymore?
Instruction for “random” (re)generating doesn’t function, also when timestamp change is used. Only way is:
- Generating some 60 words
- Output numbered and each word in new line
- Sentence generated by using one word
- Word is chosen depending on second from actual timestamp
It is cheating necessary, because AI in Glide doesn’t generate randomly.
Every better suggestion is welcome!
Does Glide AI have conversational context though? Maybe it doesn’t know which words were provided previously. It’s like talking to a person with a concussion. They keep forgetting what you are talking about and keep repeating themselves.
If it’s sent over as separate API calls, then no, it doesn’t have a memory.
Yes!