Build Your Own ChatGPT with Ruby on Rails 7 and OpenAI API

preview_player
Показать описание
👋 Hey there, tech enthusiasts! In today's tutorial, I'll walk you through creating your very own ChatGPT clone using Ruby on Rails 7.

Follow along on Substack 👇

🛠 Tech Stack:
- Ruby on Rails 7
- OpenAI
- Stimulus

🎯 Key Takeaways:
- How to set up a new Rails app with necessary dependencies.
- Adding chat functionality via OpenAI API.
- Making the UI interactive with Stimulus.

📦 GitHub Repo:

📚 Resources:

👤 About Me:
I'm Sean Keever, a professional software engineer with a knack for breaking down complex topics into easily digestible pieces. Feel free to connect with me!

If you found this tutorial useful, don't forget to hit the 👍 button and subscribe for more tech tutorials!

#rubyonrails
Рекомендации по теме
Комментарии
Автор

Love your code approach and your video. In 5 minutes. Hats off.

quinnmclaughlin
Автор

Thanks for keeping this short and sweet!

SeanLazer
Автор

Super helpful. Thanks so much. Any updates to this, or ideas of how you would do it differently/better today?

pauljdavis
Автор

Hi Sean
This video is dope!

Is there a way to contact you for Ruby on Rails mentoring/coaching?

mattgiaro
Автор

This does not scale beyond the web workers does it? So basically serve something like 8 users in parallel and then timeout for everyone else, right?

ir
Автор

Amazing!! You know how to make this but with your own data, pdf?
I can't find any info

cololo
Автор

Considering that this will hold the server until the whole response is rendered how well do you think it will scale. For example if 10 users make a request using this approach will the server start to struggle. Sorry if the question is stupid

mycode