Getting Started with GPT-4o API, Image Understanding, Function Calling and MORE

  Рет қаралды 11,514

Prompt Engineering

Prompt Engineering

Күн бұрын

Getting Started with GPT 4.0: A Comprehensive Tutorial
This video tutorial guides you through the basics of getting started with the GPT-4o API, including comparisons with GPT 4.0 Turbo, exploring capabilities like text generation, image understanding, and function calling.
🦾 Discord: / discord
☕ Buy me a Coffee: ko-fi.com/promptengineering
|🔴 Patreon: / promptengineering
💼Consulting: calendly.com/engineerprompt/c...
📧 Business Contact: engineerprompt@gmail.com
Become Member: tinyurl.com/y5h28s6h
💻 Pre-configured localGPT VM: bit.ly/localGPT (use Code: PromptEngineering for 50% off).
Signup for Advanced RAG:
tally.so/r/3y9bb0
LINKS:
Colab: tinyurl.com/bdhzx7v6
Platform: platform.openai.com/playgroun...
TIMESTAMPS:
00:00 Getting Started with GPT 4o: An Introduction
00:24 Comparing GPT-4o and GPT 4 Turbo: Features and Costs
00:56 Exploring GPT 4o: OpenAI Playground Demonstrations
01:44 Image Understanding with GPT 4o: A Hands-On Guide
02:41 Speed and Efficiency: GPT 4o vs GPT 4.0 Turbo
03:52 Detailed Comparison and Future Plans
04:08 Integrating GPT 4o with Python
11:37 Function Calling with GPT 4o : Advanced Examples
All Interesting Videos:
Everything LangChain: • LangChain
Everything LLM: • Large Language Models
Everything Midjourney: • MidJourney Tutorials
AI Image Generation: • AI Image Generation Tu...

Пікірлер: 24
@engineerprompt
@engineerprompt Ай бұрын
If you are interested in learning more about how to build robust RAG applications, check out this course: prompt-s-site.thinkific.com/courses/rag
@Ni2200
@Ni2200 Ай бұрын
Thank you for the video! Your video helped solve the problem :)
@yolemmein
@yolemmein 2 ай бұрын
Excellent info, thank you. What tool did you use for screen capture and camera following mouse cursor?
@pedroavex
@pedroavex Ай бұрын
Hello Friend! Thanks a lot for the video. Your colab has text questioning, function calling and image questioning, but i would like to send a pdf and ask about it. Would you tell me the correct portion of the code to send a pdf file? I tried this but it didn't work: response = client.chat.completions.create( model=MODEL, messages=[ {"role": "user", "content": [ {"type": "text", "text": "Please summarize this pdf in bullet points."}, {"type": "pdf", "data": pdf_data} ]} ], temperature=0.0, ) Thanks bro!
@IdPreferNot1
@IdPreferNot1 2 ай бұрын
Like the actual detaill on the tool calling for function calling . Would appreaciate another tool calling demo (with more tools) with gpt 4o but using a the new langchain tool calling approach so that we can then swap any llm foundational model. Would be good to see if that abstraction makes it easier in other wayus as well once get more complex.
@engineerprompt
@engineerprompt 2 ай бұрын
that's on my list
@aa-xn5hc
@aa-xn5hc 2 ай бұрын
Please CrewAI with gpt4o manage and haiku assistants. And debugging it. Thanks!
@carlossawyerr
@carlossawyerr 2 ай бұрын
Please create a video on how to process video as a series of images
@MuhammadUsama-mw3ut
@MuhammadUsama-mw3ut 2 ай бұрын
Make video on voice and videos input as well.
@anonymous1943
@anonymous1943 2 ай бұрын
I have tried it, bad performance just like gpt4v
@dominikandritsch5094
@dominikandritsch5094 2 ай бұрын
🎯 Key Takeaways for quick navigation: 🌆 Das GPT-40-Modell kann Text und Bilder verarbeiten, um Antworten zu generieren. ⚡️️ Die Verarbeitungsgeschwindigkeit von GPT-40 ist schneller als die von GP4-Turbo. 🔍 Das Modell kann auch Funktionen aufrufen, um bestimmte Aufgaben auszuführen. 📊 Das Modell kann JSON-Antworten generieren und Bilder verarbeiten. 💻 GPT-40 kann als API verwendet werden, um es in eigenen Python-Skripten zu integrieren. 🎉 Das Modell kann auch Emotionen aus Bildern erkennen und beschreiben. 👥 Das Modell kann Funktionen aufrufen, um bestimmte Aufgaben auszuführen, wie zum Beispiel das Abrufen von NBA-Spielständen. 🔓 GPT-40 ist noch nicht in der Lage, Videos direkt zu verarbeiten, aber es gibt Möglichkeiten, Bilder aus Videos zu extrahieren und dann zu verarbeiten. Made with HARPA AI
@louislryan
@louislryan 2 ай бұрын
Curious what python developer environment that is from 4 mins +?
@engineerprompt
@engineerprompt 2 ай бұрын
It's google colab
@merlingrim2843
@merlingrim2843 2 ай бұрын
The fact that the information cut off date is September 2021 suggests that it's based on GPT 3.5 data. I sense that OpenAI may be being mendacious. For example, it's seems unlikely that 4o would be so much faster than 4 given the claims of superior abilities. I think OpenAI has more explaining to do.
@engineerprompt
@engineerprompt 2 ай бұрын
I am not sure if the model actually knows their cutoff date. It's most probably hallucinating
@merlingrim2843
@merlingrim2843 2 ай бұрын
​@@engineerprompt I considered this, so I tested it against information that was time based to confirm that it's knowledge base doesn't know about information after Sept 2021.
@user-nl4ry3wb1x
@user-nl4ry3wb1x 2 ай бұрын
Why I cannot use gpt4o??
@engineerprompt
@engineerprompt 2 ай бұрын
are you on the PLUS plan for free plan?
@user-nl4ry3wb1x
@user-nl4ry3wb1x 2 ай бұрын
@@engineerprompt free
@hashirkhan8192
@hashirkhan8192 2 ай бұрын
@@engineerprompt is it necessary to buy Plus plan for gpt 4o access ?
@samketola919
@samketola919 2 ай бұрын
processing an image converted to b64 is expensive?(above 100000 tokens)
@kristianlavigne8270
@kristianlavigne8270 2 ай бұрын
You can greatly reduce the image size and quality to cut down the tokens on API call, yet still achieve decent results
@samketola919
@samketola919 2 ай бұрын
@@kristianlavigne8270 maybe 70000 tokens is a good option for you, not for me
@muhammadsaqib453
@muhammadsaqib453 2 ай бұрын
Please create a video on how to process video as a series of images
First Impressions of Gemini Flash 1.5 - The Fastest 1 Million Token Model
19:22
GPT-4o is here! Let’s build 4 things with it! | API
25:42
Code with Ania Kubów
Рет қаралды 50 М.
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 6 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 58 МЛН
Building Production-Ready RAG Applications: Jerry Liu
18:35
AI Engineer
Рет қаралды 289 М.
Graph RAG: Improving RAG with Knowledge Graphs
15:58
Prompt Engineering
Рет қаралды 35 М.
26 Incredible Use Cases for the New GPT-4o
21:58
The AI Advantage
Рет қаралды 778 М.
Generative AI in a Nutshell - how to survive and thrive in the age of AI
17:57
5 Most Useful Things That ChatGPT-4o Can Do For You
8:17
Bryan McAnulty
Рет қаралды 14 М.
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,3 МЛН
Two GPT-4os interacting and singing
5:55
OpenAI
Рет қаралды 2,9 МЛН
GPT-4o is WAY More Powerful than Open AI is Telling us...
28:18
MattVidPro AI
Рет қаралды 270 М.
Mind-maps and Flowcharts in ChatGPT! (Insane Results)
13:05
AI Foundations
Рет қаралды 320 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,8 МЛН
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 1,3 МЛН
Самые крутые школьные гаджеты
0:49
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,1 МЛН
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 15 МЛН
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,8 МЛН