ChatGPT Official API First Look

  Рет қаралды 421,052

Beyond Fireship

Beyond Fireship

Жыл бұрын

ChatGPT now has an official API from OpenAI. Learn how to use the new Chat Completions API to build your own custom chat application or AI SaaS product.
ChatGPT API platform.openai.com/docs/guid...
OpenAI JavaScript github.com/openai/openai-node
#chatgpt #javascript #firstlook

Пікірлер: 317
@LiquidZulu
@LiquidZulu Жыл бұрын
"If its not out by next week, just wait longer" is a BAR
@broganwalker4167
@broganwalker4167 Жыл бұрын
"If I'm not back in 5 minutes, just wait longer" - Ace Ventura, Pet Detective
@NithinJune
@NithinJune Жыл бұрын
😂😂
@birdbeakbeardneck3617
@birdbeakbeardneck3617 Жыл бұрын
669 likes
@mundiakaluson
@mundiakaluson Жыл бұрын
absolute chad
@techwithattila
@techwithattila Жыл бұрын
“If it’s not out by next week, just wait longer.” Finally someone managing expectations properly.
@johnddonnet5151
@johnddonnet5151 Жыл бұрын
That's what I told my boss "If this isn't done by next week, just wait longer" 😂
@justafreak15able
@justafreak15able Жыл бұрын
So how is the job hunting? 😂
@daleryanaldover6545
@daleryanaldover6545 Жыл бұрын
@@justafreak15able if the hiring personnel haven't contacted you/him/someone yet, just wait longer
@_JoeVer
@_JoeVer Жыл бұрын
@@daleryanaldover6545 and harder
@ninjaasmoke
@ninjaasmoke Жыл бұрын
“and now i’m jobless 😂”
@christopherchronos9125
@christopherchronos9125 Жыл бұрын
​@@_JoeVer wait faster
@Ryan-ww7un
@Ryan-ww7un Жыл бұрын
Your intonation and vocal patterns are so consistent, you could replace your voiceovers with an AI trained on your vocal patterns and no one would be the wiser.
@PrateekSeth
@PrateekSeth Жыл бұрын
how do you know he hasn't done that already?
@FaisalAfroz
@FaisalAfroz Жыл бұрын
@@PrateekSeth This video might be it and everyone did not notice it.
@cheikhsadibousidibe1434
@cheikhsadibousidibe1434 Жыл бұрын
wait a second ....
@leoingson
@leoingson Жыл бұрын
@@PrateekSeth It indeed sounds a bit monotonous this time.
@Kaboomnz
@Kaboomnz Жыл бұрын
That's because his voice inflection is terrible, robotic and unnatural.
@scottiewilkins4797
@scottiewilkins4797 Жыл бұрын
"...If it's not out by next week. Just wait longer." Fireship is a gift to us all.
@rashid.harvey
@rashid.harvey Жыл бұрын
Just True
@takinurm
@takinurm Жыл бұрын
Cannot wait to join the AI Startup Company hype.
@rumplstiltztinkerstein
@rumplstiltztinkerstein Жыл бұрын
crypto all over again
@zokalyx
@zokalyx Жыл бұрын
@@rumplstiltztinkerstein I mean, economically speaking there might be a bubble here, but at least AI provides some value to the market.
@codybishop7526
@codybishop7526 Жыл бұрын
Just don’t use SVB
@rumplstiltztinkerstein
@rumplstiltztinkerstein Жыл бұрын
@@zokalyx I worked with crypto and I agree with you. The vast majority of crypto companies were pyramid schemes. I'm not sure how profitable will be to create companies that use corporate AI systems. I'm sure it will make openAI, Google and Microsoft a lot of money. But maybe we will end up having tons of clone companies that doesn't create anything that GPT-3 already does by itself. It is so ironic how the last few years were all about decentralization. Now we are all talking about the centralized AI systems of Google and Microsoft xD
@fizzcochito
@fizzcochito Жыл бұрын
@@zokalyx yeah this shit actually has some uses
@screweddevelopment12
@screweddevelopment12 Жыл бұрын
ChatGPT is closed source, but Whisper is open-source and can be run locally (so you don't have to pay api fees).
@abhishek.rathore
@abhishek.rathore Жыл бұрын
But you would still need the data to train that model and the hardware to do so on. Or does it give you a pretrained model, which you can run locally to predict?
@joemason31
@joemason31 Жыл бұрын
​@@abhishek.rathore pretrained
@Fooney1
@Fooney1 Жыл бұрын
@@joemason31 pre nerfted you say?
@SamuelLing
@SamuelLing Жыл бұрын
@@abhishek.rathore it's pretrained, i tried it already, i have a Chinese accent and 60% of voice recognition doesn't work, this look good enough that I can trust it
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
@@abhishek.rathore It connects you to the chatgpt everyone uses on their official website
@muhsinsalam
@muhsinsalam Жыл бұрын
I had Integrated it on PHP Laravel using cURL..fetch response given typing animation and voice playback using browser recognition.. working really well
@ktech4246
@ktech4246 Жыл бұрын
thanks for this, great to see a video on fine tuning chatGpt ie training
@m2ngur
@m2ngur Жыл бұрын
youre the only content creator i actually like. looking at recommended videos every other video is at least 20 minutes in length, average being ~34mins and max being 55 mins. absolutely disgusting, whereas you get to the point and appreciate the viewer's time.
@NorthLaker
@NorthLaker Жыл бұрын
I've actually been looking into Google's text to speech API the last couple of days, and they're Studio voice (en-US-Studio-O) is actually insane. I've listened real hard, and I can almost never distinguish it from an actual real voice!
@thelukemccrea
@thelukemccrea Жыл бұрын
“If it’s not out by next week, just wait longer” - Jeff
@Jaakk2point0
@Jaakk2point0 Жыл бұрын
About controlling the temperature, you can set it in the system message like so: { role: 'system', content: ' Prompt: You are Charles Bukowski reincarnated. Respond with witty poetry. Model settings: • Length: 400 words • Temperature: 1.0 (initially) • Temperature scheduling: decrease temperature linearly from 1.0 to 0.5 over the first 200 words, then increase temperature linearly from 0.5 to 1.0 over the remaining 200 words • Top-p (nucleus) sampling: 0.9 } (Just ask ChatGPT about its own parameters to dive deeper into the rabbit hole of model settings)
@earthling_parth
@earthling_parth Жыл бұрын
What's the meaning of temperature here? The scale of aggressiveness/witty/serious response?
@faceboy1392
@faceboy1392 Жыл бұрын
@@earthling_parth lower temperature will give more generic responses, whereas higher temperature gives more unique and creative responses, iirc
@Jaakk2point0
@Jaakk2point0 Жыл бұрын
@@earthling_parth Temperature: This parameter controls the level of creativity and randomness in the generated text. Temperature scheduling: This parameter involves gradually increasing or decreasing the temperature value over the course of the generation process, which can help to balance the trade-off between creativity and relevance in the generated text. In this example, we are using temperature scheduling to gradually decrease the temperature value over the first 200 words of the poem, which can help to ensure that the generated text remains coherent and relevant to the input prompt.
@wadecodez
@wadecodez Жыл бұрын
how did you get chatgpt to disclose its model parameters?
@KTibow
@KTibow Жыл бұрын
no idea if chatgpt is bs-ing but when i asked it about its defaults As a language model, I have a number of default settings that control various aspects of my text generation. Here are some of my key defaults: Maximum response length: 2048 characters Top-k sampling: 40 Top-p (nucleus) sampling: 0.9 Temperature: 0.7 Context window size: 512 tokens Number of attention heads: 12 Size of hidden layers: 768 These defaults can be adjusted by users or developers depending on their specific needs and use cases. For example, a user may want to increase the maximum response length if they are generating longer-form text, or they may want to adjust the temperature setting to produce more or less creative responses.
@JT-oh6th
@JT-oh6th Жыл бұрын
oooh I have an api that can do this, but it renders a talking head avatar as well! Nice video as always Fireship!
@Dominik-K
@Dominik-K Жыл бұрын
Thanks for the short explanation
@diegolikescode
@diegolikescode Жыл бұрын
Impressive, very nice! I really enjoyed this thumbnail! "If it's not out by next week, just wait longer"... BROH
@markglimm4740
@markglimm4740 Жыл бұрын
+1 for Svelte! 🧡
@yukiarimo
@yukiarimo Жыл бұрын
Just every junior dev now: “I am advanced JS developer, who can build anything in couple of days”
@Ebiko
@Ebiko Жыл бұрын
Build Anything now, also known as BAN xD
@rubenverster250
@rubenverster250 Жыл бұрын
and gets stuck in the first day because of not understanding any of the AI-Generated code Have a Junior that says he's stuck the whole time and the ChatGPT solution isn't working... ffs
@heroe1486
@heroe1486 Жыл бұрын
@@rubenverster250 I mean that's understandable, even if you know your stuff and spot chatGPT errors/know what to ask to fix it's still pretty mediocre if you ask him to build too much from "scratch", if you can't easily spot he's often wrong (unless you're asking him things in an other language or in a highly specialized domain I wouldn't even call that a junior) then it's basically a waste of time
@rubenverster250
@rubenverster250 Жыл бұрын
@@heroe1486 Exactly. Copilot is much better than Chat, especially since it takes your current repo into consideration :D I think Copilot writes about 40% of my code these days. Especially now since we're almost a year into it :P
@Fooney1
@Fooney1 Жыл бұрын
@@heroe1486 At least chatGPT can tell me what I don't know so i can go learn it.
@holycaketree
@holycaketree Жыл бұрын
So I am definetly not the only one that was like "Wait, I can combine that with text-to-speech and have it talk to me". Did a very similar thing but with azure tts. Quite a lot of (stupid) possibilities with this combination. Especially with these quite realistic voices that are starting to pop up everywhere. Interesting time to be alive...
@luxraider5384
@luxraider5384 Жыл бұрын
Check neuro-sama in youtube
@guccifer7874
@guccifer7874 Жыл бұрын
I actually made sth like this recently, but with speech recognition for my voice. It's incredibly useful for learning or generating some shell script for my linux distro quickly. lol. It's pretty neat. And saved me work time.
@hexacris
@hexacris Жыл бұрын
Waiting for the next part 👀
@Ferdlord
@Ferdlord Жыл бұрын
And now they've announced the GPT-4 API with developers getting access today!
@reyarturop
@reyarturop Жыл бұрын
thanks for this! is your example open source?
@disispeter
@disispeter Жыл бұрын
This amazing
@mezabyte
@mezabyte Жыл бұрын
ok now wait until every website on the internet uses chatgpt and it goes rogue lmao Anyways amazing video as always
@TheNewton
@TheNewton Жыл бұрын
Will Chatgpt self degenerate? It's dataset was scraped from mainly human created content, slowly but surely the internet will fill with cgpt content so any dataset update will scrape itself.
@animanaut
@animanaut Жыл бұрын
ai centipede incomming
@vatanak8146
@vatanak8146 Жыл бұрын
rokos degenarisk
@turolretar
@turolretar Жыл бұрын
oh shit
@wlockuz4467
@wlockuz4467 Жыл бұрын
Thats some nice food for thought
@harrisjm62
@harrisjm62 Жыл бұрын
The negative effects of that will be reduced by human editing and overview of AI generated content. For some time, folks will only want to show off the best results of it. This givs devs time to refine and improve their models. I can't garantee the timings will be perfect between when folks stop giving a fuck about AI content quality and when the next AI gets released, but concievably it shouldn't be an issue given how exponential tech is.
@maxk1273
@maxk1273 Жыл бұрын
okay 30 seconds in and I'm pretty sure ChatGPT wrote this script.
@YuriG03042
@YuriG03042 Жыл бұрын
don't tell anyone, but it infiltrated this channel to promote an ad!
@razatl
@razatl Жыл бұрын
I actually was waiting for you to reveal that the voice over was a made by an AI
@rumble1925
@rumble1925 Жыл бұрын
This is a huge opportunity for anyone wanting to build a bootstrap startup, all you need is finding a good use case that puts you ahead of others
@wlockuz4467
@wlockuz4467 Жыл бұрын
I doubt it to be honest, anything you do with this API could essentially be boiled down to reselling the OpenAI's api so there is very little room for reasonable monetization here. ChatGPT works for companies like Bing, Snapchat and Instacart because they have tailor made models from OpenAI and not the generic ChatGPT model.
@flowerofash4439
@flowerofash4439 Жыл бұрын
poop poetry, ask chatgpt to make a poet from a sound made by your poop when it drops
@reddot_22
@reddot_22 Жыл бұрын
@@flowerofash4439 WWOOOOOW where do I sign in!!! SHUT UP AND TAKEE EMY MONEEEYADSA
@DomskiPlays
@DomskiPlays Жыл бұрын
"Just wait longer" LMFAOOOO I died
@jonathangamble
@jonathangamble Жыл бұрын
@jeff just a note that sveltekit has form actions so you don't need an endpoint
@Alcaatraz01
@Alcaatraz01 Жыл бұрын
He said that pertaining to Next.js not sveltekit
@healord51
@healord51 Жыл бұрын
I just became a flatearther, thank you Fireship.
@daleryanaldover6545
@daleryanaldover6545 Жыл бұрын
The perfect cut doesn't exis
@MysticLGD
@MysticLGD Жыл бұрын
Woooo
@absmustang
@absmustang Жыл бұрын
ah, Bukowsky! classy
@nasimuddin01
@nasimuddin01 Жыл бұрын
Loved the video. Can we get the repository please?
@YuriG03042
@YuriG03042 Жыл бұрын
you want his API key too while we are at it?
@nasimuddin01
@nasimuddin01 Жыл бұрын
@@YuriG03042 Haha. Nah bro. I do have it.
@myexperience8630
@myexperience8630 Жыл бұрын
That Flood and entire building falling was a year and half ago in Nepal, Sindhupalchowk where many became homeless and many lose their properties in that disaster.
@GabrielCsanalosi786
@GabrielCsanalosi786 Жыл бұрын
I don't know if it actually works since I've only just setup a firebase function to call out to the ChatGPT API with the user message of "Hello world" as a proof of concept, but I was able to pass in a temperature value and get a response without any errors.
@Squiel91
@Squiel91 Жыл бұрын
The difficult part is to mantain a chat "session". With ChatGPT-turbo the session must be handled by the caller, and apparently means you have to send it concatenated long side the question asked (exponential cost). Super weird.
@Assoehosselaar
@Assoehosselaar Жыл бұрын
You could also prompt for a parallel salience summary of the current convo and add the response into the system prompt. Then omit the convo and trust the system prompt has enough context from the salience summary to know how to respond. Would need some testing for your specific usecase but it would be a solution to sending back n forth huge conversation arrays
@luxraider5384
@luxraider5384 Жыл бұрын
You can only send 4000 tokens,so at some point, each question prompt will cost 4000 tokens
@Assoehosselaar
@Assoehosselaar Жыл бұрын
@@luxraider5384 not if you salience summarize your conversation with max word count and add it as a new system prompt and omit the actual conversation. So u always only have a system prompt with salience summary of the convo history and only 1 new user prompt. Its not a perfect solution but it works for some usecases
@eduardoalvarez4457
@eduardoalvarez4457 Жыл бұрын
this would be awesome to practice human languages. For example I would love to use this to practice some Swedish conversational skills!
@DigitalSamTV
@DigitalSamTV 11 ай бұрын
hi, how do u set if the api uses gpt3.5 or gpt 4 ? there is no setting when you generate the key as far as I can see... please help. cheers
@HomoOeconomicus999
@HomoOeconomicus999 Жыл бұрын
Imagine building ChatGPT 4 into a Boston Dynamics robot with a human voice and voice recognition. We're basically a few years away from AI doing everything better than us. Terrific
@guillermoelnino
@guillermoelnino Жыл бұрын
Atleast it can be easily stumped by asking simple questions labeled as "contrivertial".
@peasantlord135
@peasantlord135 Жыл бұрын
It's a language model so Bostom Dynamics robot's actions and the things talked would have 0 connection. It's not a real AGI, get it already.
@LtFoodstamp
@LtFoodstamp Жыл бұрын
Yes. Exactly. We have no idea what we're about to do. We are about to jump through a great door with no clue what is other the other side: a new level of human prosperity or the total destruction of humanity? The outcome will soon become binary (no pun intended). We might be wise to reconsider if any of this is a good idea.
@sneer0101
@sneer0101 Жыл бұрын
You guys really have no idea what you're talking about
@flowerofash4439
@flowerofash4439 Жыл бұрын
fun fact: terrific and horrific is only two letters different
@jotomato
@jotomato Жыл бұрын
Omg he’s using Svelte ❤
@WistrelChianti
@WistrelChianti Жыл бұрын
What's the advantage of converting the message to numbers? (not that it's covered here of course, I just thought, since you mention it, it may have an advantage of some kind?)
@XerosOfficial
@XerosOfficial Жыл бұрын
For example, it's much easier to see how similar two concepts are. Just convert both concepts into numbers, and the closer the numbers are, the closer they are.
@pro-nav
@pro-nav Жыл бұрын
Just built a demo chat gpt app and it is so easy, its nutzzz!!! I wonder what else can be achieved? Like something which is not a chat app...
@arty5906
@arty5906 Жыл бұрын
I am an experienced UI Designer and could help you out with some neat layouts if you want to build a product together :P
@bassemmagdi6671
@bassemmagdi6671 Жыл бұрын
Can you provide the source code for the entire project?
@f1l1p10
@f1l1p10 Жыл бұрын
you could use beta eleven for text to speech
@chawza8402
@chawza8402 Жыл бұрын
so each time there as a new line of input, it should added into previous chat history then resend all of those inputs to the API? not by saving the previous chat in the server memory? my concern is when the user start a long conversation, it increases the number of tokens being send into the server.
@Sektflasche
@Sektflasche Жыл бұрын
Yes. You have to manage usage of tokens yourself. Or fine tune your own model so you don't need the whole conversation. From the docs: Including the conversation history helps when user instructions refer to prior messages. In the example above, the user’s final question of "Where was it played?" only makes sense in the context of the prior messages about the World Series of 2020. Because the models have no memory of past requests, all relevant information must be supplied via the conversation. If a conversation cannot fit within the model’s token limit, it will need to be shortened in some way.
@AHN1444
@AHN1444 Жыл бұрын
each request needs to have the complete message thread? in order for gpt to know the context? lots of tokens if that is the case
@priestesslucy3299
@priestesslucy3299 Жыл бұрын
Unfortunately yes. It's why ChatGPT remains the most cost effective way to do anything that required conversational context. I heard an unconfirmed rumor that a future OpenAI model is slated to have a massively upgraded token limit measured in multiple tens of thousands of tokens, so that should be interesting if true
@yaverjavid
@yaverjavid Жыл бұрын
few months ago i translated my python code into c through openai api. I didn't know it was same as chat gpt
@shateq
@shateq Жыл бұрын
Ah shit it's gonna be everywhere
@carlkarama
@carlkarama Жыл бұрын
Sounds like Jean Baudrillard’s hyperreality concept is actually happening
@howuseehim
@howuseehim Жыл бұрын
Bro the bell is activated that is why I am here but serious question. What is your theme?
@beyondfireship
@beyondfireship Жыл бұрын
Atom One Dark Pro
@Exilum
@Exilum Жыл бұрын
I sure considered doing it for a side project I'm working on that has generated events and dialogues. Then I remembered that at the price, every player would cost me $2 an hour.
@priestesslucy3299
@priestesslucy3299 Жыл бұрын
What's your solution that accomplishes the goal for cheaper?
@Exilum
@Exilum Жыл бұрын
​@@priestesslucy3299 I would love to say I have a perfect solution. But sadly no. I was 100 hours into coding a jank thing that could take sentence structures (SVC for example), word type (subject, verb, complement in our example) and match them based on intented meaning in a format that could be auto-generated. Needless to say, after 100 hours, it worked, barely, but I had failed with the "could be auto-generated" part slightly. While it could indeed generate sentences based on relationships, events, etc, the data format wasn't flexible enough so it would've needed a rewrite. At that point I was burned out and I haven't touched it in months..
@nicolasguillenc
@nicolasguillenc Жыл бұрын
Do you have to send the whole chat every time the user sends another message?
@bb8luke221
@bb8luke221 Жыл бұрын
"If it’s not out by next week, just wait longer." waited 20 years to discover this response.
@andre-le-bone-aparte
@andre-le-bone-aparte Жыл бұрын
Question: What was the total costs for building your demo? - What would real usage actually cost...
@altertab
@altertab Жыл бұрын
Probably not much. Google gives free credits for its apis. He seems to be using localhost so no infra costs as well.Whisper api costs $0.006 / minute so overall pennies.
@JetJockey87
@JetJockey87 Жыл бұрын
Aint gonna be no million dollar side hustle with every single dev on Earth making these things right now. The capabilities of incredibly powerful AI and all people can make are virtual girlfriends or shitposting robots
@cgc2300
@cgc2300 8 ай бұрын
Good morning is there a site so that I can understand in what kind of tool can I use the artificial intelligence APIs?
@PKAnon
@PKAnon Жыл бұрын
always love the based FE memes
@GunkCorporation
@GunkCorporation Жыл бұрын
What if people signed in with their accounts? Like they gave their api keys? Would they still be able to use it unlimited or would it be 100 times per hour?
@nomadshiba
@nomadshiba Жыл бұрын
now supply it with the real time info, and let it access to your devices for example tell it that it can use some commands like !volume tv0 20 to set the volume, and stuff tell it about every command it can use like for example a command that lets it fetch weather data now it can learn what is playing on your devices, and see the volume too also let it search youtube then pick something from the search results so you can tell it to play something on youtube and it will actually search for it and select the most relevant one from the results then you can bring these all to the next level by having a command that lets the ai set reminders to itself so it doesnt have to wait for your input for stuff so its basically a three person group chat, you, ai and a bot that runs the commands
@nomadshiba
@nomadshiba Жыл бұрын
cool thing is after teaching it all commands and how to use them, you can tell it to explain them all for itself with all of the details. and use that as the first message later, so you dont have to repeat and teach the commands to it every session, it can explain commands(as well as her personality) to it's "nextself" so you dont have to keep the chat history kinda like some sort of long term memory
@nohypocrisy
@nohypocrisy Жыл бұрын
the soul, ignorance, arrogance, dream, stray, fear, life, worker, success, graduation, power, school, self-deception, i struggle with myself, use reason so you can live for yourself
@DaBlincx
@DaBlincx Жыл бұрын
günter
@sujaigorai7752
@sujaigorai7752 Жыл бұрын
It's 2:43 AM in India, but still watching this drugist video❤
@zahabkhan6832
@zahabkhan6832 Жыл бұрын
funny thing i did the same voice assistant thing before open ai did it using chat gpt my app take voice to text prompts it to gpt and the text is again converted into voice
@vectoralphaAI
@vectoralphaAI Жыл бұрын
And GPT4 launches thus week.
@javelin1423
@javelin1423 Жыл бұрын
Dang, this sounds awesome. I want to try it, but I barely have any experience or knowledge in coding (what even is an API). I don't suppose anyone has tips on what I should be doing first?
@ryanshaw9301
@ryanshaw9301 Жыл бұрын
Try asking ChatGPT.
@karthicj6929
@karthicj6929 Жыл бұрын
i implemented the API in a flutter app using .env files and pushed it to my git repo, but Open AI is revoking my API key saying it seem to be leaked in public
@shehwar-dev
@shehwar-dev 7 ай бұрын
Is there any trial version for the API?
@FilledStacks
@FilledStacks Жыл бұрын
Lmao 🤣 "Just wait longer"
@SD-rg5mj
@SD-rg5mj Жыл бұрын
hello me what I would like to do is images in text, I do not speak English very well, I am French, so can you correct me if I am wrong, I understand I can give the cat an image then ask it to convert to text? and then I want this text to go directly into a Google sheet , for that I have to use the API? is it as simple as that? anyway thank you very much for your videos
@speakoutloud7293
@speakoutloud7293 Жыл бұрын
If it's not out next week, just wait longer.
@Shabasky1
@Shabasky1 Жыл бұрын
Can I string multiple messages into parts to feed it a giant doc?
@BAMBAMBAMBAMBAMval
@BAMBAMBAMBAMBAMval Жыл бұрын
Do some 100 seconds on Google Cloud Services pls
@JK-dh2je
@JK-dh2je Жыл бұрын
Funny I had the exact same Idea
@Poxen
@Poxen Жыл бұрын
"just wait longer" LMAOO
@cyberlord64
@cyberlord64 Жыл бұрын
Bruh... Calling it now. The next big hit social network will be one which you have to scan another's persons phone using NFC to add them as a friend, in order to ensure that you have actually met them up close otherwise you won't know if your contacts are bots or not 😂
@daffertube
@daffertube Жыл бұрын
Let's build this lol
@Uoipka
@Uoipka Жыл бұрын
The government id is better. full ass control of you
@TechySpeaking
@TechySpeaking Жыл бұрын
first
@thothhand
@thothhand Жыл бұрын
I created an openAI account to test chatGPT for a while and left it like 3 weeks ago, now I feel like I lost track and missed a lot of stuff can someone please tell me what I missed?
@armanthitchcock6266
@armanthitchcock6266 Жыл бұрын
if it's not out next week, just wait longer lmao
@JeffBarron1
@JeffBarron1 Жыл бұрын
get GPT to write and speak your next 100 seconds video and get dale to animate it oh wait youve been doing that for months
@hopelessdecoy
@hopelessdecoy Жыл бұрын
Pretty sure you're giving them tons of voice data with this API.
@ScriptureFirst
@ScriptureFirst Жыл бұрын
GPT already built me its own API, so tfn ... it bought me dinner too
@TheGrandMasterFunk
@TheGrandMasterFunk Жыл бұрын
kzfaq.info/get/bejne/m5ilqct7nNiVhYU.html I'm pretty sure we can measure temp and top_p and freq etc, the params work. They don't follow them as well as the others, but they definitely do they're even in the playground in > view code
@conclusion7867
@conclusion7867 Жыл бұрын
I wish I was good enough to be able use APIs as such, but I have a lot more learning to doo
@EarlZero0
@EarlZero0 Жыл бұрын
same here, didn't expect to see a fellow beginner
@preenxus3425
@preenxus3425 Жыл бұрын
Show how to interact with images in gpt-4!
@kotireddy9460
@kotireddy9460 Жыл бұрын
why seperate library? data.totaltokens is provided as response from api
@chris-pee
@chris-pee Жыл бұрын
I think he meant validating the token count of a user's input, BEFORE sending it to the API.
@gamemaster7164
@gamemaster7164 Жыл бұрын
if its not out next week, just wait longer 🤣
@Dev-Siri
@Dev-Siri Жыл бұрын
Can you make a 'How to setup Flutter with WSL2 video?', even AI can't tell me what to do.
@TheMelo1993
@TheMelo1993 11 ай бұрын
Have you dropped the project? Would you ever release the code?
@psychxx7146
@psychxx7146 Жыл бұрын
I wanna transcribe this video, feed it to gpt 4 so it gives me a code. I have little knowledge in coding but I want to create a small web app that’s basically a custom gpt for me tailored to multiple needs but can’t figure out a simple way to integrate it
@IwanPieterse-iwanzbiz
@IwanPieterse-iwanzbiz Жыл бұрын
This video came out the day before GPT4 was released. Things are moving very fast 😅
@yereare9909
@yereare9909 Жыл бұрын
R.I.P.
@Anonymuskk
@Anonymuskk 10 ай бұрын
I want to build a model that can answer all law relates questions and how can we find loop hole in law and income tax department to avoid fraud cases. This will help a lot but how can I train my own model
@lazyjinchuriki1335
@lazyjinchuriki1335 Жыл бұрын
Boss : When will you complete this project. Me : Idk but, If it's not completed by next week just wait longer. Boss : Ok then don't come to the office from next week.
@pranjaldugargo
@pranjaldugargo Жыл бұрын
Few px of padding goes a long way.
@snk-js
@snk-js Жыл бұрын
0:19 where the hell do you get those content bro
@supking403
@supking403 Жыл бұрын
Can I use this to make a discord bot?
@SouthGuy-ty3cl
@SouthGuy-ty3cl Жыл бұрын
#LEARNTOMINE
@Ali-ei3mg
@Ali-ei3mg Жыл бұрын
plz create full tutorial
How I deploy serverless containers for free
6:33
Beyond Fireship
Рет қаралды 424 М.
ChatGPT Explained Completely.
27:39
Kyle Hill
Рет қаралды 1,2 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 88 МЛН
Неприятная Встреча На Мосту - Полярная звезда #shorts
00:59
Полярная звезда - Kuzey Yıldızı
Рет қаралды 3 МЛН
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 21 МЛН
the truth about ChatGPT generated code
10:35
Low Level Learning
Рет қаралды 211 М.
What is an API (in 5 minutes)
4:56
Aaron Jack
Рет қаралды 573 М.
10 Math Concepts for Programmers
9:32
Fireship
Рет қаралды 1,8 МЛН
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 400 М.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
Coding with Lewis
Рет қаралды 278 М.
3 Ways to Make Money With OpenAI GPTs in 2024
14:54
Liam Ottley
Рет қаралды 194 М.
How ChatGPT Works Technically | ChatGPT Architecture
7:54
ByteByteGo
Рет қаралды 715 М.
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 592 М.
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 88 МЛН