https://github.com/tng/tb-llm-composer
https://github.com/tng/tb-llm-composer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tng/tb-llm-composer
- Owner: TNG
- License: apache-2.0
- Created: 2025-04-11T08:35:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-23T10:54:26.000Z (about 1 year ago)
- Last Synced: 2025-05-23T13:21:38.409Z (about 1 year ago)
- Language: TypeScript
- Size: 757 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM powered E-Mail writing in Thunderbird
A Thunderbird extension enabling LLM support while writing E-Mails.
## Requirements
- Thunderbird >= 110.0
## Install the Plugin
- Download the latest release (the `*.xpi` file) from the [release page](https://github.com/TNG/thunderbird-llm-composer/releases)
- 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
## Configure plugin
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.
### Shortcuts
By default, the plugin, introduces the following shortcuts:
- `Ctrl+Alt+L`: to ask the LLM to compose a mail
- `Ctrl+Alt+K`: to ask the LLM to summarize the existing conversation
Shortcuts can be customized in
"Add-ons Manger" >> Settings ⚙ >> "Manage Extension Shortcuts"
## Contributing
See [Contributing](./CONTRIBUTING.md)
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.