Using OpenAI Streaming API With Celery
In this article, we will use OpenAI Streaming API in Celery worker and update the web page as we receive the chunks from OpenAI.
Practical guides for building production SaaS products with Django, Next.js, React and AI.
In this article, we will use OpenAI Streaming API in Celery worker and update the web page as we receive the chunks from OpenAI.
In this article, we will learn what is Websocket and how to send Turbo Stream over Websocket, this can let us update the page in real-time.
After reading, you will know what is Rails ActionCable, how to use it in Django, and how to build a simple ChatRoom with it.
In this article, we will learn what is Turbo Stream and how to use it to manipulate the DOM elements on the web page.
In this article, we will learn how to use Turbo Frame to do partial form submission without writing Javascript.
Learn Hotwire with Django through this free open source eBook, covering Turbo, Stimulus, and modern web development techniques.
In this article, we will create a chat app, and relevant models, views and templates.
In this article, we will create a Django project and add modern frontend tooling and Tailwind CSS to it.
This tutorial series is to teach people how to build ChatGPT with Django, Hotwire, Websocket and Celery.
This Wagtail tutorial series teaches you how to create a standard blog using Wagtail CMS step by step.