Gemini: updated documentation

This commit is contained in:
M66B 2024-03-29 09:46:43 +01:00
parent cca1d13237
commit 76ab574055
5 changed files with 16 additions and 9 deletions

View File

@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Added [Gemini](https://gemini.google.com/) integration
* Added [Gemini](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq204) integration
* Added answer button to buttons configuration
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

9
FAQ.md
View File

@ -5806,14 +5806,19 @@ Basically, an outgoing message is either in the draft messages folder, the outbo
<a name="faq204"></a>
**(204) How do I use Gemini?**
To use [Gemini](https://gemini.google.com/), please follow these steps:
1. Check if your country [is supported](https://support.google.com/gemini/answer/13575153)
1. Get an API key via [here](https://ai.google.dev/tutorials/setup)
1. Enter the API key in the integration settings tab page
1. Enable Gemini integration in the integration settings tab page
For usage, please see [this FAQ](#faq190)
For usage instructions, please see [this FAQ](#faq190).
This feature was added in version 1.2171.
Please read the privacy policy of [Gemini](https://support.google.com/gemini/answer/13594961).
FairEmail does not use third-party libraries to avoid being tracked when Gemini is not being used.
This feature was added in version 1.2171 and is available in the GitHub version of the app only.
<br>

View File

@ -214,7 +214,7 @@ android {
buildConfigField "String", "OPENAI_ENDPOINT", "\"https://api.openai.com/v1/\""
buildConfigField "String", "OPENAI_PRIVACY", "\"https://openai.com/policies/privacy-policy\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"https://generativelanguage.googleapis.com/v1beta/\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://policies.google.com/privacy\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\""
buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\""
}
large {
@ -238,7 +238,7 @@ android {
buildConfigField "String", "OPENAI_ENDPOINT", "\"https://api.openai.com/v1/\""
buildConfigField "String", "OPENAI_PRIVACY", "\"https://openai.com/policies/privacy-policy\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"https://generativelanguage.googleapis.com/v1beta/\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://policies.google.com/privacy\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\""
buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\""
}
fdroid {
@ -271,7 +271,7 @@ android {
buildConfigField "String", "OPENAI_ENDPOINT", "\"https://api.openai.com/v1/\""
buildConfigField "String", "OPENAI_PRIVACY", "\"https://openai.com/policies/privacy-policy\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"https://generativelanguage.googleapis.com/v1beta/\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://policies.google.com/privacy\""
buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\""
buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\""
}
play {

View File

@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Added [Gemini](https://gemini.google.com/) integration
* Added [Gemini](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq204) integration
* Added answer button to buttons configuration
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View File

@ -2859,14 +2859,16 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p>Basically, an outgoing message is either in the draft messages folder, the outbox, or the sent messages folder.</p>
<p><br></p>
<p><a name="faq204"></a> <strong>(204) How do I use Gemini?</strong></p>
<p>To use <a href="https://gemini.google.com/">Gemini</a>, please follow these steps:</p>
<ol type="1">
<li>Check if your country <a href="https://support.google.com/gemini/answer/13575153">is supported</a></li>
<li>Get an API key via <a href="https://ai.google.dev/tutorials/setup">here</a></li>
<li>Enter the API key in the integration settings tab page</li>
<li>Enable Gemini integration in the integration settings tab page</li>
</ol>
<p>For usage, please see <a href="#faq190">this FAQ</a></p>
<p>This feature was added in version 1.2171.</p>
<p>For usage instructions, please see <a href="#faq190">this FAQ</a>.</p>
<p>Please read the privacy policy of <a href="https://support.google.com/gemini/answer/13594961">Gemini</a>. FairEmail does not use third-party libraries to avoid being tracked when Gemini is not being used.</p>
<p>This feature was added in version 1.2171 and is available in the GitHub version of the app only.</p>
<p><br></p>
<h2>
<a name="get-support"></a>Get support