[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/37 - Modify the sendMessage endpoint to cater for existing chats.mp4 108.6 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/26 - Set up the createChat endpoint.mp4 107.4 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/32 - Create the addMessageToChat endpoint.mp4 103.6 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/3 - Build out the chat page/13 - Create the footer and message form.mp4 100.5 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/18 - Create the Message component and display new messages in chat window.mp4 94.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/38 - Implement conversation history in OpenAI.mp4 93.9 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/6 - Deploy/39 - Deploy to vercel.mp4 72.0 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/28 - Create the getChats endpoint.mp4 70.2 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/19 - Finish implementing the Message component styles and logic.mp4 69.2 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/25 - Set up MongoDB Atlas account.mp4 66.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/17 - Stream the OpenAI response on the front end.mp4 63.3 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/8 - Style the homepage with tailwind css.mp4 63.2 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/31 - Implement creating a chat in the sendMessage endpoint.mp4 56.3 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/34 - Reload chat list on route change.mp4 56.2 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/33 - Navigate to newly created chat page.mp4 55.1 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/16 - Set up the OpenAI API call.mp4 53.8 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/1 - Introduction/2 - Project setup.mp4 53.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/30 - Style the chat list in the sidebar.mp4 53.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/35 - Load chat messages for a particular chat.mp4 52.3 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/22 - Refine the OpenAI prompt.mp4 50.9 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/3 - Build out the chat page/11 - Create the basic chat page layout.mp4 48.3 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/5 - Set up auth0 for authentication.mp4 47.6 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/27 - Test the createChat endpoint.mp4 47.6 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/1 - Introduction/4 - Set up the chat route page.mp4 46.8 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/7 - Set up the login and logout state.mp4 46.1 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/36 - Render chat messages for a particular chat.mp4 45.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/20 - Protect the chat routes and pages so only logged in users can access.mp4 45.4 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/29 - Render the list of chats in the sidebar.mp4 41.0 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/21 - Add the loading state to the form.mp4 37.6 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/15 - Create the sendMessage endpoint.mp4 35.9 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/5 - Storing chats with MongoDB/24 - Overview of edge functions.mp4 34.4 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/10 - Redirect to chat page if logged in.mp4 32.3 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/6 - Create auth api routes.mp4 25.0 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/3 - Build out the chat page/12 - Create the ChatSidebar component and add the logout link.mp4 21.9 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/23 - Fix the footer form position and make chat window scrollable.mp4 18.5 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/2 - Authentication authorization with Auth0/9 - Implement signup functionality.mp4 14.7 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/4 - Build the OpenAI streaming functionality/14 - Create an OpenAI API key.mp4 13.0 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/1 - Introduction/3 - Udemy ratings reviews.mp4 12.0 MB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/1 - Introduction/1 - Introduction.mp4 7.3 MB
.pad/8 503.3 kB
.pad/35 496.0 kB
.pad/14 490.4 kB
.pad/5 490.2 kB
.pad/20 478.3 kB
.pad/13 456.4 kB
.pad/19 442.7 kB
.pad/0 418.8 kB
.pad/27 417.7 kB
.pad/25 410.0 kB
.pad/6 400.7 kB
.pad/9 377.9 kB
.pad/23 344.5 kB
.pad/34 333.4 kB
.pad/29 307.6 kB
.pad/12 290.5 kB
.pad/17 274.7 kB
.pad/16 254.8 kB
.pad/26 249.2 kB
.pad/11 232.1 kB
.pad/2 227.2 kB
.pad/30 201.6 kB
.pad/15 195.6 kB
.pad/31 186.1 kB
.pad/4 166.5 kB
.pad/36 151.3 kB
.pad/10 136.6 kB
.pad/32 131.4 kB
.pad/33 127.8 kB
.pad/22 127.5 kB
.pad/3 123.1 kB
.pad/28 112.2 kB
.pad/7 92.2 kB
.pad/21 85.4 kB
.pad/18 82.0 kB
.pad/24 54.8 kB
.pad/1 36.0 kB
.pad/37 31.7 kB
[TutsNode.net] - Build a ChatGPT clone using NextJS OpenAI Next JS v13/6 - Deploy/40 - BONUS.html 3.6 kB
[TGx]Downloaded from torrentgalaxy.to .txt 585 Bytes