mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-01 12:08:46 +00:00
Updated FAQ
This commit is contained in:
parent
6a0199951c
commit
09278af443
2 changed files with 5 additions and 2 deletions
4
FAQ.md
4
FAQ.md
|
@ -5452,7 +5452,7 @@ Cloud sync is an experimental feature. It is not available for the Play Store ve
|
|||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq190)
|
||||
|
||||
OpenAI can only be used if configured and enabled, and the app does not use third-party libraries to avoid tracking when OpenAI is not used.
|
||||
OpenAI can only be used if configured and enabled.
|
||||
|
||||
**Setup**
|
||||
|
||||
|
@ -5498,6 +5498,8 @@ Please read the [privacy policy](https://openai.com/policies/privacy-policy) of
|
|||
and perhaps [this article](https://katedowninglaw.com/2023/03/10/openais-massive-data-grab/)
|
||||
and [this article](https://www.ncsc.gov.uk/blog-post/chatgpt-and-large-language-models-whats-the-risk) too.
|
||||
|
||||
FairEmail does not use third-party libraries to avoid being tracked when OpenAI is not being used.
|
||||
|
||||
<br>
|
||||
|
||||
It is possible to use **DeepInfra** too (since version 1.2132).
|
||||
|
|
|
@ -2675,7 +2675,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p><br></p>
|
||||
<p><a name="faq190"></a> <strong>(190) How do I use OpenAI (ChatGPT)?</strong></p>
|
||||
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq190">Google Translate</a></p>
|
||||
<p>OpenAI can only be used if configured and enabled, and the app does not use third-party libraries to avoid tracking when OpenAI is not used.</p>
|
||||
<p>OpenAI can only be used if configured and enabled.</p>
|
||||
<p><strong>Setup</strong></p>
|
||||
<ul>
|
||||
<li>Create an account <a href="https://platform.openai.com/signup">here</a></li>
|
||||
|
@ -2697,6 +2697,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p>You can select the <a href="https://platform.openai.com/docs/models/overview">model</a>, configure the <a href="https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature">temperature</a> and enable <a href="https://platform.openai.com/docs/api-reference/moderations">moderation</a> in the integration settings.</p>
|
||||
<p>If you have access to GPT-4, you can change the model name to <a href="https://platform.openai.com/docs/models/gpt-4">gpt-4</a> in the integration settings. There is currently a <a href="https://openai.com/waitlist/gpt-4-api">waitlist</a> for API GPT-4 access.</p>
|
||||
<p>Please read the <a href="https://openai.com/policies/privacy-policy">privacy policy</a> of OpenAI, and perhaps <a href="https://katedowninglaw.com/2023/03/10/openais-massive-data-grab/">this article</a> and <a href="https://www.ncsc.gov.uk/blog-post/chatgpt-and-large-language-models-whats-the-risk">this article</a> too.</p>
|
||||
<p>FairEmail does not use third-party libraries to avoid being tracked when OpenAI is not being used.</p>
|
||||
<p><br></p>
|
||||
<p>It is possible to use <strong>DeepInfra</strong> too (since version 1.2132).</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue