How to write ai prompts for Flutterflow apps

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • You can get exactly the information you need from AI by knowing how to write AI prompts for your Flutterflow apps.
    In the video we look at calling the Open AI API with generic prompts and then changing them to a very specific set of instructions.
    The AI prompts that are specific give is consistency in the responses and allows us to use the information much more effectively in our Flutterflow apps.
    To download free Flutterflow templates used on the channel visit: rapidmvp.co

КОМЕНТАРІ • 4

  • @stivenramirez7597
    @stivenramirez7597 Місяць тому +1

    I love your channel mate. Thanks so much 👍🏻👍🏻👍🏻

  • @stivenramirez7597
    @stivenramirez7597 Місяць тому

    Hi, I'm developing a web app using Supabase and FlutterFlow. I'm trying to securely request the OpenAI API call. I've created a function in Supabase to make the API call to OpenAI, and I plan to call this function from FlutterFlow. However, it isn't working as expected-it throws an error, possibly because the server is taking too long to respond. Is there a better way to implement this setup?

    • @rapidmvp
      @rapidmvp  Місяць тому +1

      @@stivenramirez7597 If you look at the Supabase Tips playlist there is a video that goes through the OpenAI API from Supabase. In terms of timeout you can change the timeout within the api call.

    • @stivenramirez7597
      @stivenramirez7597 Місяць тому

      Thanks so much. What is the difference between this method and use an edge funtion?.