Demo: Farcaster Frame + LLMs

January 28, 2024 ยท View on GitHub

This demo showcases a Frame on Farcaster that uses GPT-4 to play 20 questions.

Each turn, the question generates a JPG that is rendered in the frame along with a YES or NO buttons.

The user's answer is passed to a prompt and then the following question is generated.

Kudos to wbnns for the useful wbnns/flaskframe repo!