Best channel on flutterflow and firebase tutorials. Could you do a video of building an app like Geev a zero waste app or like OLIO foodsharing app. Because they are like e-commerce, ride hailing taxi map used and much more api calls. I thhink that will be the most complex apps built in flutterflow and will really set the capabilities that flutterflow can achieve. Thanks and keep up the good work
@jdwoods20087 ай бұрын
Great video. I like this idea. I created a custom code last week that uses chat prompts to talk a customer through filling a form. I'm using some pre-scripted prompts, some api calls to chatgpt with background context appropriate for that field, and a fallback to an api call if the canned prompts for any field don't get a response that validates after scripted prompts. I didn't think of submitting directly from there, as I'm building the document as a data type in app state as the chat gathers and validates data for each field and then writing once "all fields are validated" and one final review prompt has been confirmed.
@leomcmillion7 ай бұрын
Glad you liked the video. And good work on the smart implementation of using multiple llms with diffferent context prompts. Thanks for sharing!