Building a serverless API that tweets about my blog posts using Azure OpenAI and LangChain
This post is going to show you a simple way of building a serverless Python API that uses LangChain and Azure OpenAI to create tweets summarizing the content of my blog posts.
Building an Async HTTP Api with Azure Durable Functions and Python
The async HTTP API pattern addresses the problem of coordinating the state of long-running operations with external clients. Azure Durable Functions provides built-in support for this pattern and in this post I’m going to show you how to implement it using Python.