Integrating GPT3-like bots?

So my plugin can use GPT3 (by default: “text-davinci-003”, but you can choose the model) to summarise Topics:

I’ve given it a go (even in Production) and I’m quite impressed with the results so far. I would go as far as saying it’s sometimes ‘sublime’.

However, whilst it often returns relevant, syntactically correct and convincing summaries, it is prone to factual inaccuracies that can be highly misleading and impair its usefulness. So much potential here though!

Note the plugin is still very experimental but now seems stable. Results will vary, but there are various quality of life settings to improve your results including a downvoting mechanic with a setting for threshold that will prompt the system to retrieve a new summary from the LLM.

3 Likes