hackclub / sprig

🍃 Learn to code by making games in a JavaScript web-based game editor.
https://sprig.hackclub.com
MIT License
924 stars 1.14k forks source link

Upvote/Downvote responses in Sprig AI #1745

Open snoglobe opened 5 months ago

snoglobe commented 5 months ago

Have the user be able to upvote/downvote Sprig AI answers, so we can collect and improve using that data. This is to combat hallucinations and other failure points we've been experiencing with the bot.

snoglobe commented 5 months ago

for doing this - we should have endpoints (/upvote and /downvote) that receive the AI conversation, the game code, and the specific response being upvoted/downvoted. @grymmy how do you propose we impl. this