Computer Science

(6/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Assistants

Hi, and welcome back to part 6 of this tutorial series, where we’ll be looking at the new OpenAI Assistant API, which is where things really get wild. For this part of the tutorial, we’ll be using Jupyter Notebooks, as it’s more practical to code interactively and keep our Python kernel running while we add …

(6/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Assistants Read More »

(5/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Text to Speech and TTS Streaming

Welcome back to part 5, where we’ll take a look at OpenAI’s new text-to-speech API. Text-to-speech is nothing new, the robot voices have been famous for a long, long time. What is new is the quality is so good it’s almost scary now! So let’s jump right in. Create a new folder called ‘5_Text_to_speech’ and …

(5/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Text to Speech and TTS Streaming Read More »

(4/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – AI Image Edits and Variations

Welcome to part 4, where we’ll be looking at DALLE·3 (hereafter referred to as Dalle) and AI image edits and variations. Dalle 3 is OpenAI’s newest image generation AI and the quality is stunning. Before we get started on the basics, let’s take a moment to discuss the pricing. DALL·E 3 costs $0.04 per image …

(4/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – AI Image Edits and Variations Read More »

(3/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – GPT-4 Turbo and Vision

Welcome back to part 3 of this course, where we’ll be looking at the new ChatGPT 4, named GPT-4 Turbo! GPT-4 Turbo is even more capable and now has a knowledge cutoff of April 2023, making it significantly less behind on its knowledge of current events. GPT-4 Turbo is also 3X cheaper for input tokens …

(3/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – GPT-4 Turbo and Vision Read More »

(2/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – JSON Mode and Seeds

All right, welcome back to part 2, where we’re going to be looking at JSON mode and seeds. This will basically allow us to use only a part of function calls. Namely when the model generates the arguments it wants to use to call the function, it will return these in valid JSON or JavaScript …

(2/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – JSON Mode and Seeds Read More »

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling

Welcome to part 1 of the course! My name is Dirk van Meerveld and I will be your host and guide for this series in which we’re going to be exploring all the new features of the OpenAI APIs and what we can do with them. To get started we’re going to be looking at …

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling Read More »

[Course] OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3

Hi and welcome to this course on all the newest updates from OpenAI. In this tutorial series, we’ll be looking at all the updated API’s and functionality through practical examples. There is lots of really cool stuff to go over here so I hope you’re ready and excited to go. I’ll see you in part …

[Course] OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 Read More »

Python LangChain Course 🐍🦜🔗 RCI and LangChain Expression Language (6/6)

Welcome back to part 6! In this part, we’re going to look at the LangChain Expression Language (LCEL) for chaining together elements to create an LLM chain that we can run. You’ve seen this syntax briefly in part 1 but we haven’t gone much into it after that. In this part, you will learn how …

Python LangChain Course 🐍🦜🔗 RCI and LangChain Expression Language (6/6) Read More »

Python LangChain Course 🐍🦜🔗 Understanding Agents and building our own (5/6)

Hi and welcome back! In this part, we’re going to be building our own custom agent from scratch. So far the whole agent may have seemed a bit magical as it just runs off reasoning back and forth on its own. In this part we’re going to really understand how an agent works and how …

Python LangChain Course 🐍🦜🔗 Understanding Agents and building our own (5/6) Read More »