ChatGPT Helped Me Make An OpenAI | Ruby On Rails 7 Tutorial

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

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

  • @Deanin
    @Deanin  Год назад +6

    Hey everyone, thanks for checking out my video! If you enjoyed it, please consider following me on Twitter @deaniocom. To further support the channel, you can also click "Join" on this RUclips video to become a channel member. And by the way, this comment was written by ChatGPT!

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

    Dropped a gold bar guy... I need to watch my feet so you don't crush my feet with that gold bar. I don't know how to code, but you got me interested in making something.

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

      Hahaha I appreciate it. Just start small and make incremental progress and you'll be able to learn. It can be intimidating when you first start, because it feels like everyone knows something you don't.
      But as you get more familiar with programming you learn the dirty secret that none of us know what we're doing, we're just more persistent with banging our heads against the keyboard lmao.
      I'm sure you'll be able to make something if you put your mind to it 🙂

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

      For certain contexts, I have a lot of mini projects that solve single problems but once I put the whole "big engine together"... Vrrhhmmmm !!!
      I can finally stop fantasizing about this whatever that's been on my mind and in my dreams for years... I can sleep finally/rest knowing I gave birth to my vision of code.

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

      @@Deanin Aymen

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

    My cat likes your voice. He was just laing around and started to purrrrrr. 😻

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

      Hahaha glad I have your cats approval!

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

    Thanks Dean. Followed through and it worked. Really great

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

    Very interesting. Thank you.

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

    Man! Thank you so much. I have been struggling to find a video or documentation on what you are doing! How can I repay you?

    • @Deanin
      @Deanin  Год назад +3

      Just remember me when you make the next big SAAS 🙂

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

    Please provide a link to your github repository for this project. Thanks in advance. Jim :)

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

    great video

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

    Useful : )

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

    Hello @Deanin,
    Can you please explain, How to bind custom database to chatGPT in rails?

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

      Something like this might be helpful: ruclips.net/video/9AXP7tCI9PI/видео.html

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

    minute 9:55, wouldnt it be def def perform(ai_request_params, set_api_key) instead of def perform(ai_request_params, api_key)?

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

      `def` is short for `define`. You are defining a method. There would be no reason to state that twice.

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

    nm, got it working :)

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

    This looks cool!

  • @abhishek2116
    @abhishek2116 9 месяцев назад

    Hello @Deanin, can i make this request by free tier account?

    • @abhishek2116
      @abhishek2116 9 месяцев назад

      I have recently created a chatgpt account.

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

    Hey Dean, I know it's pretty weird but can you suggest some solution for this issue
    github.com/HelloOjasMutreja/Query-Public-Model/issues/1
    This is my repostitory and have been occupied with this issue.

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

      I have asked ChatGPT for the same but it could not help. It now says "Too many requests in 1 hour. Try again later."

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

      Looking at this right now, wish me luck 😅

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

      @@Deanin Always wishing you luck😁

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

      Pushed up a pull request that I think should help. It creates the models and has working delete buttons for the options.
      github.com/HelloOjasMutreja/Query-Public-Model/pull/2