Create your own GPT with CUSTOM ACTIONS

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 13

  • @jimgsewell
    @jimgsewell Год назад +5

    This is how you build the moat which gives your custom GPT value. Thank you for sharing the step-by-step. I need to look into those libraries, I had been considering fastAPI. I'm still a nube with python and AI, and your channel has been very helpful. Thanks

    • @MakeStuffWithAI
      @MakeStuffWithAI  Год назад +2

      You’re so welcome - really happy the tutorial could help!

  • @furkansimsek33
    @furkansimsek33 3 месяца назад +1

    Great content, thank you for sharing. Can you make a simpler step-by-step ChatGPT API utilization video for less advanced users? Thank you in advance :)

  • @fstech.digital
    @fstech.digital 10 месяцев назад +4

    Hi there! Thank you for this tutorial, there's almost nothing in RUclips on this subject.

    • @MakeStuffWithAI
      @MakeStuffWithAI  10 месяцев назад +3

      No worries! Super glad it was helpful :)

  • @chenrvn
    @chenrvn 7 месяцев назад +1

    Great video men. Appreciate your sharing

  • @NickGarza-i7o
    @NickGarza-i7o 2 месяца назад

    Nitro now requires middleware to folder to be placed inside the server folder and not the root directory now... just as a heads up to everyone.

  • @fra4897
    @fra4897 Год назад

    any idea how to change the description of the fields in code like with fastapi?

    • @MakeStuffWithAI
      @MakeStuffWithAI  Год назад +1

      As far as I can tell, it's not possible with Nitro just yet - although I think the team are working on it :)

    • @fra4897
      @fra4897 Год назад

      @@MakeStuffWithAI got it :) I am using fastapi just for that one specific thing. I've seen hono can use zod to validate and generate the openapi schemas so in theory in hono at least one should be able to write description in code - will try it out

    • @MakeStuffWithAI
      @MakeStuffWithAI  Год назад

      @@fra4897 Wow, I've not tried Hono before but it looks great! Thanks for the heads-up :)

  • @cgc2300
    @cgc2300 6 месяцев назад

    hello could you help me understand some things