Generate Action Items with LLM Gateway
This tutorial will demonstrate how to use AssemblyAI’s LLM Gateway framework to create action items from a transcript.
Quickstart
Python
JavaScript
Getting Started
Before we begin, make sure you have an AssemblyAI account and an API key. You can sign up for an AssemblyAI account and get your API key from your dashboard.
Find more details on the current LLM Gateway pricing in the AssemblyAI pricing page.
Step-by-Step Instructions
In this guide, we will prompt LLM Gateway to generate action items from our transcript.
Install the required packages:
Python
JavaScript
Import the necessary libraries and set AssemblyAI API key.
Python
JavaScript
Use AssemblyAI to transcribe a file and save the transcript.
Python
JavaScript
Provide detailed instructions to prompt LLM Gateway to create action items from the transcript.
Python
JavaScript
Generate the custom action items using LLM Gateway.
Python
JavaScript
Prompt LLM Gateway using the transcript results and return the response.