Update README.md

This commit is contained in:
Mic 2024-05-19 18:35:21 +02:00 committed by GitHub
parent a3ea8d06f7
commit 1097e70a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,5 @@
# ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI # ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI
> [!IMPORTANT]
> ## Custom Prompts are coming!
>
> Try this new feature in the [new pre-release version](https://github.com/micz/ThunderAI/releases/tag/v1.1.0pre3).
<br>
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management. ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.
It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication. It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.
@ -16,9 +8,15 @@ ThunderAI is a tool for anyone looking to improve their email quality, both in c
There is no need for an API key and is possibile to use this extension even with a free account! There is no need for an API key and is possibile to use this extension even with a free account!
Starting from version 1.1.0, you can also define your own **custom prompts**! Find out how [here](https://micz.it/thunderdbird-addon-thunderai/custom-prompts/)!
<br>
## Changelog ## Changelog
ThunderAI's changes are logged [here](CHANGELOG.md). ThunderAI's changes are logged [here](CHANGELOG.md).
<br>
<br>Thanks to: <br>Thanks to:
<ul><li><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> for providing methods to interact with the ChatGTP frontend.</li> <ul><li><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> for providing methods to interact with the ChatGTP frontend.</li>
<li><a href="https://github.com/ali-raheem/Aify">Aify</a> for inspiration and certains methods to process the text from ChatGPT.</li> <li><a href="https://github.com/ali-raheem/Aify">Aify</a> for inspiration and certains methods to process the text from ChatGPT.</li>