OpenAI's ChatGPT API First Look

preview_player
Показать описание

🎙️ AI Dev Studio:

👾 Discord:

🎉 Subscribe for Article and Video Updates!

00:00 OpenAI ChatGPT API is here
03:02 Testing the new ChatCompletion endpoint
03:31 Comparing this to ChatGPT app
06:54 More testing of ChatGPT API
08:07 Formatting ChatGPT responses
09:58 Feeding responses back into ChatGPT
11:21 Final thoughts on ChatGPT API
Рекомендации по теме
Комментарии
Автор

One question that I had was if we want the model to remember the conversation thread, do we need to feedback the previous output in the messages list with the next question ? Have you checked this James? I am hoping that is not the case as may limit the prompt token size in a conversation?

cloudshoring
Автор

Absolutely brill James. Such exciting times! Really like how you break down the information when you demo stuff.
On a bit of a tangent, I've been thinking recently, that the labels people told us when we were young (positive or negative), are a bit like the initial prompt we give to a language model. In that these labels ground us at a certain perspective and colour our belief systems. Maybe what makes us human is that we can learn to set our own initial prompts ^^

arinco
Автор

Something was still confusing to me is if the token limit is per message or for the whole message history. To which case, do we need to pick and choose which messages to send to the API if there is a long conversation? Or is that done automatically through the API?

farrael
Автор

Excellent video, I have read the release on OpenAI website, but it's way more useful to watch it in action like you demoed it, you are doing a great service for the AI community- Thank you.

humanist
Автор

I have no idea what's happening here, when I run this code I get nothing from the output

mikemiker
Автор

Thanks for this, fun to follow along. You have a new Patreon supporter 😊

SimonPilkington
Автор

Anyone know why I get this error?

AttributeError: module 'openai' has no attribute 'openai_response'

kd
Автор

Qq: how do I embed a larger corpus, do I break it into chunks ? Say I have 5 long articles and I'd like to create embeddings to compare their similarity - what do you suggest I do?

hamzakivideo
Автор

how do you get that navy theme on colab?

nodesignlaws
Автор

One thing I found interesting while migrating is "system" has weaker instruction enforcement than "user" for some reason, quite the opposite what I imagined. If you put the typical "if you cannot answer base on context..." clause in system vs user, they produce totally different result!

ruocaled
Автор

Hi James, brilliant video advice to upgrade your AV setup, this will add more “weight” to your videos 😀

concernedindian
Автор

Thank you. Recommendation: Increase the audio volume of your recording.

abeechr
Автор

comparing your UI-based ChatGPT Vs Your API test outcomes looks like the generative output content size is shorter. perhaps the API model is to facilitate short-form content suitable for conversational applications...

cloudshoring
Автор

Thank you James. Great content as usual!

AP-hvdh
Автор

can you show how it work with langchain?

guocity
Автор

You really deserve a lot more viewers than you have

geekyprogrammer
Автор

Thanks a ton for this quick video about the new OpenAI api👍 Really exiting times, so many new developents in LLM but also confusing which model to use or combining with other tools like Langchain, Pinecone, Cohere... and LLM model from meta LLAMA. Maybe OpenAI feels the heat of free LLAMA that they subsantially decrease the pricing...😇 Eeagerly waiting for the next video about this new api and for example finetune with your own documents...

henkhbit
Автор

you have the coolests shirts man! they rock !

billykotsos
Автор

If I had to pick who I want to get my AI information from, it is definitely a guy who looks like a footballer, in a Hawaiian shirt. Great vids, thx!

pubfixture
Автор

The response of gpt3 davincii feels more natural and unrestrictet i think, say its an Turing-Test Environment improves a litte over the "iam a llm blahblah"

ILAN