Choose a movie for your movie night using a natural language query. Try it out here!
This is a demo of using LLM (OpenAI GPT models) and TypeChat to create an AI filter that fulfills the following requirements:
/json/movies.json
(assume this is something from a database)The site is created using Next, React, React Query, HeadlessUI, Tailwind, and TypeScript.
TypeChat requires an OpenAI API key, and this should be set in your .env.local
file.