Тёмный
No video :(

Build your own ChatGPT with GPT-4 and Vercel AI in 10 minutes! Stream responses and custom prompts! 

Build SaaS with Ethan
Подписаться 7 тыс.
Просмотров 2,5 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@GAllium14
@GAllium14 10 месяцев назад
Best video on this topic ❤❤❤
@GAllium14
@GAllium14 9 месяцев назад
Can you make a video of Chat with pdf using vercel AI sdk and Opensource models
@rmoddel
@rmoddel 6 месяцев назад
@ethan_mick Awesome video! Do you have a video or advice how to hook this simple app into proprietory data sets and repsond to answers based on information in the data sets?
@luckystrike5882
@luckystrike5882 Год назад
Great video! I'm so glad I found your channel. Do you have a style guide you use? I see you use eslint but do you also use a formatter? Thanks :)
@ethan_mick
@ethan_mick Год назад
Yep, I use Prettier (prettier.io/) for all my formatting. I mostly use the defaults with some small tweaks: No semicolons, Spaces, and 2 space indents.
@emmacyril5204
@emmacyril5204 Год назад
hey, great tutorial, kindly, i have one question, if i want GPT to respond based on the different json files i have; like 2 different json files, how can i work that out with this tutorial?
@ethan_mick
@ethan_mick Год назад
You can do it one of two ways: 1. Put it in the prompt. Say, "If the JSON contains XYZ, then do this. Otherwise, do that." 2. Make two System prompts and check which JSON is which, and use the appropriate prompt. If you know the exact structure of your JSON, this way will give you better results.
@emmacyril5204
@emmacyril5204 Год назад
@@ethan_mick Thank you for your response, i will try that out,
@frackinfamous6126
@frackinfamous6126 Год назад
LFG. We ready for that AI colab yet? I have some great plans haha. I’ll email you today. Awesome work lately man!!
@ethan_mick
@ethan_mick Год назад
I have some sweet content planned for playing with the Llama 2 and open source models. These models let you tweak them behind the scenes without needing to use OpenAI, it's awesome
@darzyx6986
@darzyx6986 Год назад
Awesome video, thanks for sharing. Any insight as to how well this works in production when deploying on Vercel? I implemented something similar for a pet project in Node but I'm wondering if I could have just gone with NextJS for my backend too. Specifically, what if the stream takes a long time (say 45 seconds) to finish, does that cause issues? Edit: to be more specific, I ask the question because of Vercel's serverless/stateless nature.
@ethan_mick
@ethan_mick Год назад
Specifically the `edge` runtime makes this work really well on Vercel. vercel.com/docs/concepts/limits/overview The edge runtime let's you stream for... forever, actually: > Edge Functions provide an alternative that do not have a maximum execution timeout and that also allow you to continue streaming responses. So when you setup your app to run on the edge network it'll stream the entire response.
@amanbhatti3817
@amanbhatti3817 Год назад
Hlo bro i am facing a problem on vercel. In last month i deploy my project on vercel without make git repo then now i want to download my project source code. Please tell how i download project source code
@ethan_mick
@ethan_mick Год назад
Hey, you could give this a try: github.com/vercel/vercel/discussions/5783 (No affiliation, just found it with some searching).
@greent4217
@greent4217 Год назад
Awesome stuff, man. Exactly what I needed to know!
@ethan_mick
@ethan_mick Год назад
Thanks!
@404Thoughts
@404Thoughts Год назад
how do we force it to only answer questions in the scope given? and also not respond with the generic As an AI ......
@ethan_mick
@ethan_mick Год назад
Welcome to the world of Prompt Engineering!! Basically, you can change the System Role to give your AI a whole new persona. Tell it to only answer as a persona, and to never say they are an AI. For example, I've turned GPT-4 into a medieval farmer for a game and if I try to jailbreak they call me crazy and end the conversation. It's awesome.
@404Thoughts
@404Thoughts Год назад
@@ethan_mick all of this is kind of new to me, do you have any tutorials on a process like that? Thanks in Advance
@ethan_mick
@ethan_mick Год назад
@@404Thoughts I'll add a Prompt Engineering video to my to-do list, but I don't have one yet. Stay tuned!
@fontenbleau
@fontenbleau Год назад
I always say everywhere, don't use openai api, don't help training their systems. Corpos which using bad human rights situation in poorest countries to collect biometrics for fake cryptomoney is obviously evil corpo.
@ethan_mick
@ethan_mick Год назад
Do you have an alternative you suggest?
@fontenbleau
@fontenbleau Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ax_R4yz1WwM.html
@t0ObwdrG
@t0ObwdrG Год назад
You're an amazing communicator and teacher. You should consider creating a Discord server asap!
@ethan_mick
@ethan_mick Год назад
Thanks! It's on the to-do list, just don't want it to consume too much energy.
Далее
Аруси Точики ❤️❤️❤️
00:13
Просмотров 233 тыс.
Cute kitty gadget 💛💕
00:23
Просмотров 6 млн
the truth about ChatGPT generated code
10:35
Просмотров 224 тыс.
AI SDK 3.1 First Impressions
24:12
Просмотров 7 тыс.
The easiest way to build an AI chatbot in NextJs
24:29
Set up Google OAuth with Next.js using Next-Auth!
21:00