🖋 Build an AI-powered App

Hello everyone!

If you were looking for a tutorial on building a web application powered by AI, you don’t have to look any further!

In this tutorial, Catherine demonstrates how to connect an Anvil Server Module to a Large Language Model (LLM) and use to extract information from unstructured text. For this, she uses OpenAI’s Chat API.

Check it out:

9 Likes

Nice use of pydantic to enforce the schema!

1 Like

Formatted responses are game changer for these LLM APIs! Really nice demonstration