Update README.md

This commit is contained in:
Mic 2024-08-22 21:17:30 +02:00 committed by GitHub
parent 9151c61c8c
commit 8d381455b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI # ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI
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 or Ollama to enhance email management.
It enables users to analyse, write, correct, and optimize their emails, facilitating more effective and professional communication. It enables users to analyse, write, correct, and optimize their emails, facilitating more effective and professional communication.
@ -11,10 +11,20 @@ Find out how [here](https://micz.it/thunderbird-addon-thunderai/custom-prompts/)
> [!TIP] > [!TIP]
> There is no need for an API key and is possibile to use this extension even with a free account! > **Using ChatGPT**
>
> There is no need for an API key and is possibile to use this extension even with a free account, using the web interface!
> >
> Starting from version 2.0.0, if you want to connect with the OpenAI API integration, now you can use an API Key! > Starting from version 2.0.0, if you want to connect with the OpenAI API integration, now you can use an API Key!
<br>
> [!TIP]
> **Using Ollama**
>
> From version 2.1.0 is possible to use a local Ollama server!
>
> Just remember to add `OLLAMA_ORIGINS = moz-extension://*` to the Ollama server environment variables.
<br> <br>