MinaFoundation / gptSurveySummarizer

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

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

Closed CristinaEche closed 2 months ago

CristinaEche commented 2 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 2 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