Revert "Enabled ChatGPT and Gemini in Play Store build"

This reverts commit 86cc0c4649.
pull/214/head
M66B 3 months ago
parent c8e91ea24a
commit 129b0dcaf9

@ -5559,7 +5559,7 @@ It is possible to use **DeepInfra** too (since version 1.2132).
<br>
This feature was added in version 1.2053.
This feature is experimental and available in the GitHub version only and requires version 1.2053 or later.
<br>
@ -5819,7 +5819,7 @@ For usage instructions, please see [this FAQ](#faq190).
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.
This feature was added in version 1.2171 and is available in the GitHub version of the app only.
<br>

@ -293,10 +293,10 @@ android {
buildConfigField "String", "ANNOUNCEMENT_URI", "\"\""
buildConfigField "String", "CLOUD_URI", "\"\""
buildConfigField "String", "CLOUD_EMAIL", "\"\""
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://support.google.com/gemini/answer/13594961\""
buildConfigField "String", "OPENAI_ENDPOINT", "\"\""
buildConfigField "String", "OPENAI_PRIVACY", "\"\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"\""
buildConfigField "String", "GEMINI_PRIVACY", "\"\""
buildConfigField "String", "FDROID", "\"\""
getIsDefault().set(true)
}

@ -2752,7 +2752,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<li>In the integration settings enter the URI https://api.deepinfra.com/v1/openai, an API key and the model name</li>
</ul>
<p><br></p>
<p>This feature was added in version 1.2053.</p>
<p>This feature is experimental and available in the GitHub version only and requires version 1.2053 or later.</p>
<p><br></p>
<p><a name="faq191"></a> <strong>(191) How do I download and keep older messages on my device?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq191">Google Translate</a></p>
@ -2868,7 +2868,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
</ol>
<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.</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

Loading…
Cancel
Save