Tutorial

Welcome to the Django Polly tutorial! This series of guides will walk you through creating a simple AI-powered chat application using Django Polly.

In this tutorial, you’ll learn how to:

  1. Set up a new Django project with Django Polly

  2. Create and configure a Parrot (LLM instance)

  3. Implement a basic SmartConversation

  4. Add real-time chat capabilities using WebSockets

  5. Customize and extend Django Polly’s functionality

By the end of this tutorial, you’ll have a functional AI-powered chat application and a solid understanding of Django Polly’s core concepts and features.

Let’s get started with 01_setup!