Stream OpenAI Chat Completions Like ChatGPT in JavaScript

  Рет қаралды 26,499

Codevolution

Codevolution

Күн бұрын

📘 Courses - learn.codevolu...
💖 Support UPI - support.codevo...
💖 Support Paypal - www.paypal.me/...
💾 Github - github.com/gop...
📱 Follow Codevolution
+ Twitter - / codevolutionweb
+ Facebook - / codevolutionweb
📫 Business - codevolution.business@gmail.com
OpenAI
OpenAI Chat Completions API
OpenAI in JavaScript
Stream OpenAI Chat Completions in JavaScript
Stream Chat Completions like ChatGPT

Пікірлер: 37
@Codevolution
@Codevolution Жыл бұрын
Part 1 - kzbin.info/www/bejne/naOad5yIptiqfJI Source code for copy pasting - bit.ly/3Lm8iyQ
@Matt-Banham
@Matt-Banham Жыл бұрын
for people asking how to create a stream from a back end to front end you can load tokens into a queue and initiate the queue on a separate thread then read the queue from that thread asynchronously on your front end
@employedgorilla
@employedgorilla Жыл бұрын
Struggling with the backend and frontend communication, do you have an example you could share
@carlosm9111
@carlosm9111 11 ай бұрын
How would this work exactly? Javascript is fundamentally single threaded and outside of using a websocket, there is no way to send communication back to the browser from the back end ...
@mokeddesasma1240
@mokeddesasma1240 5 ай бұрын
did u found an example please? Thank u@@employedgorilla
@corsaronero5619
@corsaronero5619 Жыл бұрын
you are a star, i was looking how to simulate the streaming result using openai api, thank you so much, hope you keep it up on AI videos
@ankitkumarjha8109
@ankitkumarjha8109 Жыл бұрын
Can you make a video for Backend implementation of the same? I am able to get the data in chunks, how to read and stream the same in Front end?
@TheAIEpiphany
@TheAIEpiphany Жыл бұрын
Thanks for the video! How does one send stream from the backend instead? Not sure why everyone is creating a version where you have to share the key from the front-end 😅
@gurunnevada17
@gurunnevada17 Жыл бұрын
I have this version, working well on localhost, not on versel haha.
@hishamabbasi815
@hishamabbasi815 7 ай бұрын
When returning the response which involves the code block the chat gpt uses two occurrences of three back ticks ``` is there a way using vanilla javascript to replace those three back ticks with opening and closing html code tags
@jaysharmaumbc
@jaysharmaumbc Жыл бұрын
Thanks for the video. Seems like parsing logic need to change for gpt4 response. Is there any generic way for parsing response?
@mvskiran4727
@mvskiran4727 Жыл бұрын
Appreciate for sharing the video. But, I have a questions. Wouldn’t it be bad to update UI from every chunk of data from backend. Are there any parser to handle chunks to update UI?
@MohammedElshorbagy
@MohammedElshorbagy Жыл бұрын
Thanks for the great coding. Is there away to hide or secure the API key in your code from being public exposed? I've already tried . env but I didn't succeed to make it work. Thanks in advance.
@gurunnevada17
@gurunnevada17 Жыл бұрын
up. Same question.
@MichaelLearnsToCode
@MichaelLearnsToCode Жыл бұрын
AFAIK, you can't do that on client side. make a new API Gateway and setup your API key there. and call the API you just created without requiring any API key on the client side.
@sagarramaswamy8368
@sagarramaswamy8368 Жыл бұрын
can u please do a tutorial on how to integrate openAi whisper model .
@aakash6238
@aakash6238 Жыл бұрын
Mazza aa gya 🌹🔥🔥☺️
@abhishekvishwakarma9045
@abhishekvishwakarma9045 Жыл бұрын
Great video, thanks for sharing
@zacboyles1396
@zacboyles1396 Жыл бұрын
Great video thanks
@SebastianLouisSG
@SebastianLouisSG 6 ай бұрын
very useful thousand likes
@Miguel-Barcelo
@Miguel-Barcelo Жыл бұрын
Thanks for sharing
@_V__.
@_V__. 10 ай бұрын
Awesome 🎉
@Spk7711
@Spk7711 Жыл бұрын
If I am using Angular for a chat GPT API call, where can I store my API key in Angular? Even if we store it in the environment variable while making the request, it would be visible in the network tab, right? So how can we get security?
@田中洋-f6i
@田中洋-f6i Жыл бұрын
nice vid!!
@LuberthDijkman
@LuberthDijkman 10 ай бұрын
Now md to html javacript parser for chat that triple backtick code fields wil be in code
@AayushSkp
@AayushSkp Жыл бұрын
❤❤❤
@sandeeplakhiwal7043
@sandeeplakhiwal7043 Жыл бұрын
💙
@Ga2-20
@Ga2-20 Жыл бұрын
Is it possible to read stream using axios?
@ХасановЛенар-в3р
@ХасановЛенар-в3р Жыл бұрын
Yes - stream.on('data', (data) => {//...)
@aakash6238
@aakash6238 Жыл бұрын
Sir, my free credit got expired 😭, now how to practice these prompts in a free way ?
@imnbsp
@imnbsp 4 ай бұрын
but how to stream structured data though? if my data is in a multi-level deep json format how to I make sure I get a similar response?
@harischaudhry8366
@harischaudhry8366 Жыл бұрын
I am getting an error . "Cannot read property 'getReader' of undefined"
@sanjay261982
@sanjay261982 Жыл бұрын
I am also getting this error. Were you able to resolve it? If yes, how?
@nicholasjankovic1040
@nicholasjankovic1040 Жыл бұрын
Same here. I've been stuck on this error for days. If either of you were able to fix it, please let me know.
@muhammedsinanck7234
@muhammedsinanck7234 Жыл бұрын
Try to use normal fetch without importing any library in code , when i used isomorphic-fetch i got this error
@niil_kh
@niil_kh 10 ай бұрын
i'm also stuck on same issue since 2 months, did you get ans. plz let me know
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 467 М.
Building AI-Powered JavaScript Apps Is Way Easier Than You Think
16:01
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 52 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 58 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН
MUST KNOW ChatGPT Prompts for Web Developers
22:20
Codevolution
Рет қаралды 20 М.
Master OpenAI Chat Completions API (Super simple!)
24:43
Code with Ania Kubów
Рет қаралды 7 М.
How to Use OpenAI's ChatGPT API in JavaScript
7:32
Kodaps Academy
Рет қаралды 6 М.
Build Your First AI Chatbot in 8 Minutes (with Next.js & OpenAI)
8:02
Master Codebender
Рет қаралды 11 М.
Write A ChatGPT Chatbot With Node.js
28:39
Traversy Media
Рет қаралды 85 М.
Using Server-Sent Events with PHP to Stream Responses from OpenAI ChatGPT API
38:39
How To Build Your Own AI With ChatGPT API
9:51
Web Dev Simplified
Рет қаралды 402 М.
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 52 МЛН