A Thunderbird extension enabling LLM support while writing E-Mails.
- Thunderbird >= 110.0
- Download the latest release (the
*.xpi
file) from the release page - Start Thunderbird.
- Go to Hamburger Menu -> Add-ons and Themes.
- Click on the settings symbol -> Install Add-ons from file
- Select the downloaded xpi file
Open the preference window of the plugin. Specify the following things:
- URL: The URL to the endpoint of the LLM. If you don't have access to an LLM, try https://github.com/cheahjs/free-llm-api-resource
- Api token: Leave empty if public, otherwise obtain one.
By default, the plugin, introduces the following shortcuts:
Ctrl+Alt+L
: to ask the LLM to compose a mailCtrl+Alt+K
: to ask the LLM to summarize the existing conversation
Shortcuts can be customized in "Add-ons Manger" >> Settings ⚙ >> "Manage Extension Shortcuts"
See Contributing
This project is licensed under the Apache License 2.0. See the LICENSE file for details.