Building Complex Multi-Agent Teams and Setups with LangGraph

πŸ’‘ Info: This course is a complete text tutorial. It’s based on our academy course. If you’re interested in video explainers, check out the course here. Hi and welcome to this course on building complex multi-agent teams and setups using LangGraph, LangChain, and LangSmith. In this course we’ll start from the ground up using LangChain, … Read more

[Full Tutorial] OpenAI Fine-Tuning: Creating a Chatbot of Yourself (Example: ChrisGPT)

Hi and welcome to this course on fine-tuning ChatGPT with the OpenAI API. In this course we’ll not just look at how to deal with the fine-tuning API endpoints itself, but also how to run the fine-tuned model, and most importantly, the data preparation and validation steps so that you will be able to do … Read more

How to Set Up AutoGen Studio with Docker

Hi and welcome to this tutorial series on AutoGen Studio. My name is Dirk van Meerveld, and I’ll be your host and guide for this three part tutorial series where we’ll take a look at AutoGen Studio. πŸ‘‰ Go Back to the Full Course: Next Level Prompt Engineering with AutoGen Studio AutoGen Studio is an … Read more

OpenAI Whisper – Speeding Up or Outsourcing the Processing

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Hi and welcome back! In this part, we’re going to look at some … Read more

OpenAI Whisper Example – Building a Subtitle Generator & Embedder

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome back to part 3, where we’ll use Whisper to build another really … Read more

OpenAI Whisper – Building a Podcast Transcribing App in Python

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome back to part 2, where we’ll start practically applying our Whisper skills … Read more

OpenAI Whisper – Python Installation, Setup, & First Steps to Speech-to-Text Synthesis

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome to this first part of the Whisper course. My name is Dirk … Read more

OpenAI JSON Mode & DALLΒ·E 3 Seeds (Examples)

πŸ”— This article originally appeared on the Finxter Academy for premium members (including course lesson video). Check out the video course here. All right, welcome back to part 2, where we’re going to be looking at JSON mode and seeds. βœ… This will allow us to use only a part of function calls. Namely, when … Read more

Python LangChain Course πŸπŸ¦œπŸ”— RCI and LangChain Expression Language (6/6)

Python LangChain Course πŸπŸ¦œπŸ”— 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, … Read more

Python LangChain Course πŸπŸ¦œπŸ”— Understanding Agents and building our own (5/6)

Python LangChain Course πŸπŸ¦œπŸ”— 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 … Read more