Im building a recipe generator with the OpenAI API. The idea is that the user inputs (a prompt) text with dynamic values which are linked to input fields to complement the prompt:
So the dynamic values are added in the prompt textbox with brackets {} so the app know which inputs link to what values in the text.
The question would be. Is it possible to give the user the ability to add dynamic values to a text to extract the information from the related input? If so, how?
Hi, thanks for your quick reply!
I’ve been looking around for half an hour, and to be honest I don’t know what i’m looking for… Is ‘find and replace’ a plugin? Function?
Do you maybe have a link to some info or youtube video? Thanks alot!
Im blown away by your speed and accuracy, this is exactly what I had in mind based on my question. Thank you so much! Really awesome you’re sharing your knowledge. I’ve tried to make an exact copy of the app. I managed 95% of it.