How to deploy Custom GPT Actions for FREE

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 27

  • @Nut_cracker-robot
    @Nut_cracker-robot 10 місяців тому +8

    Dude! You are a unicorn 😂

    • @py_man
      @py_man 9 місяців тому

      😅

  • @bjraval9818
    @bjraval9818 4 місяці тому

    Of all the UA-cam videos I watched to understand Custom GPT vs GPT assistants as well as the Actions inside Custom GPT, yours is by far the best and loaded with genuine help as I am not programmer (nor am I a gamer!) but would love leverage ChatGPT with custom GPT for my business. Is there any way I could learn how to create a custom GPT to parse a 1000+ page PDF containing a bilingual table to create one flat table in a large XLSX as output? Again, much appreciate your video and wish you the best! You are indeed a gem in UA-camrs! Thank you!👍🤘

    • @VoloBuilds
      @VoloBuilds  4 місяці тому +1

      Thank you so much for your kind words 😊 for your use case Id probably approach it by writing a script (like in js or python) rather than a custom GPT. I am not sure that a GPT can respond with something so large. Here's what I'd try to include in the script:
      1. Start with some PDF parsing and pass chunks of it to the OpenAI API to extract necessary data
      2. Take the output and write it into a .csv file
      I know you're not a programmer but don't worry! You can still get started on this by having ChatGPT write the code for you! Here's a video I have on that: ua-cam.com/video/KjLg9x0WKkY/v-deo.html

    • @bjraval9818
      @bjraval9818 4 місяці тому

      @@VoloBuilds Wow! Thanks! I did not honestly think you'd reply, but you did! :-) I really appreciate your response and taking time to respond. You are a very good teacher and a person who helps. I will regularly follow you. Wish you the best!

  • @user-bb3kw8gx1n
    @user-bb3kw8gx1n 7 місяців тому

    Your videos are 🔥- so hard to find quality content you’ll rise to the top man.
    In a discord discussing any of this? A space for projects collaborators to actually collaborate on all this would be great

    • @VoloBuilds
      @VoloBuilds  7 місяців тому

      Thank you so much 😊 this made my day! I don't have a discord yet, but will put one together in the coming months!

  • @tushardeshpande149
    @tushardeshpande149 9 місяців тому +1

    Very details content, Thank you!

    • @VoloBuilds
      @VoloBuilds  9 місяців тому

      Thanks for watching :))

  • @densonsmith2
    @densonsmith2 6 місяців тому

    I need this deployed for my academic research project. I want to build some openai assistants and use something like this to allow low code users to build their own custom GPT's that connect to a knowledge base and the assistants.

    • @VoloBuilds
      @VoloBuilds  6 місяців тому

      What sort of knowledge bases are you looking to connect to? You could potentially just export data and import it into the Assistants UI or create an automation like the one I describe in this video: ua-cam.com/video/JzxUW0ZT4to/v-deo.html
      Actions aren't necessary for knowledge retrieval - but perhaps you have something bigger in mind!

  • @dawid_dahl
    @dawid_dahl 9 місяців тому

    Excellent! Thank you for posting this!

    • @VoloBuilds
      @VoloBuilds  9 місяців тому

      Thanks for watching!! :)

  • @kishorkukreja7733
    @kishorkukreja7733 10 місяців тому +2

    I am thinking of building a gpt that suggests the slide format to be used when a user queries it asking for suggestions. These slides are images of slides. I was thinking to store the images in a bucket and then upon request the cloud function could access them and render it for the user along with similar slides functionality. What's your opinion on this ?

    • @VoloBuilds
      @VoloBuilds  10 місяців тому

      Hey, that's a pretty cool idea! Thanks for sharing :) To generalize this further, I think the idea of having a bucket with files and retrieving them or linking to them through a custom action like this makes a lot of sense!
      If there's a limited number of slides/formats, you could potentially just create a file containing a list of each slide + URL for the image of that slide, and feed that into the GPT as knowledge. But if you have a large number of slides/files and plan to update that list semi-frequently, it could become a burden updating GPT knowledge all the time, so the Actions approach would be better then!

  • @4f1dhanushbaburamudri15
    @4f1dhanushbaburamudri15 9 місяців тому +1

    Hey , i just scraping the latest jobs in job boards , i want to run the code in cloud to update or to scrape data daily , is it usefull for this case ?

    • @VoloBuilds
      @VoloBuilds  9 місяців тому

      You can certainly create cloud functions to do scraping but you'll need to schedule it separately like with Google Scheduler. Also if you're doing s lot of scraping, it might make sense to deploy your scraper on something like Google App Engine instead of cloud functions so check that out! Do you plan to use the scraped data in a GPT somehow?

  • @MrAmbrosse
    @MrAmbrosse 10 місяців тому +2

    Thanks, this is great!

    • @VoloBuilds
      @VoloBuilds  10 місяців тому

      Thanks for watching! :)

  • @tylanmillertech
    @tylanmillertech 6 місяців тому

    So sad I get an error in my VSCode after I try the npm install - super sad face.

    • @VoloBuilds
      @VoloBuilds  6 місяців тому

      Try asking ChatGPT to help troubleshoot things!

    • @tylanmillertech
      @tylanmillertech 6 місяців тому

      @@VoloBuilds I won't lie to you that is the worst answer ever, but I hear you.

    • @VoloBuilds
      @VoloBuilds  6 місяців тому

      @@tylanmillertech LOL fair enough, I just don't have any info to go off of (error, etc) - and I can't help in real time so I figured it was the easiest way haha

    • @tylanmillertech
      @tylanmillertech 6 місяців тому

      @@VoloBuilds Your good boss man, I was just making a funny. I am still learning VS code myself. I do think sometimes when there should just be a bit more detail as some things still need to be installed on the computer and etc. Love your vids though.

    • @VoloBuilds
      @VoloBuilds  6 місяців тому

      @@tylanmillertech Yeah I hear you, the initial learning curve can be frustrating for sure. Wishing you all the best!