Skip to main content
HomeCode-alongsArtificial Intelligence (AI)

Introduction to Large Language Models with GPT & LangChain

Learn the fundamentals of working with large language models and build a bot that analyzes data.
Oct 2023
Code along with us onCode Along

ChatGPT is wildly popular, with over a billion visits per month. Although this web interface is great for many non-technical use cases, for programming and automation tasks it is better to access GPT (the AI that powers ChatGPT) via the OpenAI API.You'll learn how to set up an OpenAI developer account and integrate it with DataLab, how to hold a conversation with GPT using Python and LangChain, and build a proof of concept for a system that performs automated data analysis.

Topics