AI Summarisation
Enhance BetterSEQTA-Plus with AI functionality
Overview
The AI Summarisation plugin adds the ability for various kinds of text content to be summarised into concise bullets. Summarisable features include, but are not limited to: notices, courses, DMs, and forums.
Setup
Currently, only free providers have setup tutorials available.
Choosing Your Provider
There are multiple provider options available, each with their individual benefits. We suggest you choose Groq, as it has arguably the best free plan limits, the broadest selection of models, and is simple to set up.
This is a table comparing the major AI providers that are confirmed to be supported, though do note there are others that may be compatible.
| Provider | Free Plan Quality | Setup Simplicity | Effectiveness | Recommended |
|---|---|---|---|---|
| OpenAI | ๐ฅ | ๐ฅ | ๐ฉ | ๐ง |
| Gemini | ๐ง | ๐ฉ | ๐ง | ๐ง |
| Groq | ๐ฉ | ๐ฉ | ๐ฉ | ๐ฉ |
| Claude | ๐ฅ | ๐ฅ | ๐ฉ | ๐ง |
| Ollama | ๐ฉ | ๐ฅ | โ | ๐ฅ |
๐ฉ = Yes/High
๐ง = Maybe/Medium
๐ฅ = No/Low
โ = Depends on setup
Setting up with Groq
- Navigate to Groq, and create an account.
- Once you are logged in, and your email is verified, click the 'API Keys' button on the top navigation bar.
- Click 'Create API Key'.
- Enter any display name, for example: 'AI Summarisation'.
- Complete the CAPTCHA, and click submit.
- Click 'Copy', and paste it into the plugins 'API Key' field.
- Set 'API Standard' to 'Groq'.
- Paste
https://api.groq.com/openaiinto the 'API Base Endpoint' field. - Enter any model into the 'Model' field. We suggest
openai/gpt-oss-120b. You can find the available models here. - Enjoy!
Note: with the suggested model you will (on a free plan) get 30 requests per minute, among other ratelimits, so don't spam and you wont have any issues.
Setting up with Gemini
- Navigate to Google AI Studio, and create or login to a google account by clicking 'Get Started'.
- Click 'Get API Key' in the bottom left corner.
- Click 'Create API key' in the top right corner.
- Set any name for the key. For example: 'AI Summarisation'.
- Select 'Create Project' from the dropdown.
- Set any name for the project.
- Click 'Create key'.
- Click the 'Copy' button alongside your new API Key.
- Paste this key into the 'API Key' field in the plugin.
- Set 'API Standard' to 'Gemini'.
- Paste
https://generativelanguage.googleapis.com/v1betainto the 'API Base Endpoint' field. - Enter any model into the 'Model' field. We suggest
gemini-2.5-flash-lite. You can find the available models here. - Enjoy!
Note: with the suggested model, you will (on a free plan) only get 20 requests per day, and 10 requests per minute, so use it sparingly.
Available Settings
API Standard
The 'language' that your chosen AI website speaks in. The setup section details which of these options you should choose.
Possible Options:
API Base Endpoint
Where exactly the plugin talks to. The setup section details what you should set this to.
API Key
The password that the plugin uses to prove that its allowed to access your specified AI endpoint. The setup section details where you can generate this.
Model
Which model you would like to use. This will depend on what the AI service that you are using provides. The setup section details some common options and what we recommend you use.
System Prompt
The instructions given to the AI model. This is available so that advanced users can tweak it to their specific model, generally the default will be good for all common models, so you wont need to change this.
Show Summaries By Default
This plugin stores each summary you generate, so that when you reload the page, you do not have to waste time and money asking the AI to re-summarise the same text. This setting controls whether upon reload, the summary automatically shows, or the original shows (the button to switch between each is still available).