Skip to content
Open navbar menu
Sign UpLog In
Back to all Bounties

Earn 2,700 ($27.00)

Time Remainingdue 11 months ago
Completed

GPT-3 bot to reply to Tweet-length inputs from a stock set of responses

roybahat
roybahat
Posted 11 months ago
This Bounty has been completed!

Bounty Description

Problem Description:
I'd like to run a bot that takes any text string of 280 characters or less, and provides as a response the most appropriate element of a database of pre-approved text responses from a Google Sheet. For example, it could respond with lyrics from Radiohead. See this tweet: https://twitter.com/roybahat/status/1578594662394130432

Acceptance Criteria:
I want to see an API that takes as an input this text string, and provides back the most appropriate item in a list of other pre-set text strings (e.g., Radiohead lyrics) in the form of a Google Sheet. The creator can make their own sample pre-set data set if they like, to illustrate how it works. I'd also like to understand how the creator used GPT-3. (This may require embeddings or some other fine tuning.)