MinaFoundation / PGT_gptSurveySummarizer

Discord bot to gather your thoughts
4 stars 4 forks source link

Bug: Bot is not categorizing responses (April 25th) #28

Closed CristinaEche closed 7 months ago

CristinaEche commented 7 months ago

We started the survey yesterday April 24th, some users replied today April 25th, however the bot is not categorizing the replies.

image
es92 commented 7 months ago

It seems this was a combination of two bugs:

1) Sometimes the OpenAI API, even though requested to return JSON, may not be returning valid JSON 2) If the summarizer has an error, it stops the loop of re-computing summaries

I have both of these fixed in a PR that will merge shortly