mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Updated FAQ
This commit is contained in:
parent
8733388ce7
commit
a0775944a1
2 changed files with 6 additions and 11 deletions
10
FAQ.md
10
FAQ.md
|
@ -5607,20 +5607,16 @@ OpenAI isn't very fast, so be patient. Sometimes a timeout error occurs because
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Depending on the ChatGPT account (free or paid) there are usage limits. If you exceed the limit, there will be an error message like this:
|
If you exceed [your usage limit](https://platform.openai.com/docs/guides/rate-limits), there will be an error message like this:
|
||||||
|
|
||||||
*Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details*
|
*Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details*
|
||||||
|
|
||||||
Note that you are required to switch to a paid plan after the testing period.
|
Note that you are required to switch to a [paid plan](https://openai.com/api/pricing/) after the testing period.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
You can select the [model](https://platform.openai.com/docs/models/overview),
|
You can select the [model](https://platform.openai.com/docs/models/overview),
|
||||||
configure the [temperature](https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature)
|
and configure the [temperature](https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature).
|
||||||
and enable [moderation](https://platform.openai.com/docs/api-reference/moderations) in the integration settings.
|
|
||||||
|
|
||||||
If you have access to GPT-4 ([Tier 1](https://platform.openai.com/docs/guides/rate-limits/usage-tiers?context=tier-one) or higher),
|
|
||||||
you can change the model name to [gpt-4o](https://platform.openai.com/docs/models/gpt-4o) in the integration settings.
|
|
||||||
|
|
||||||
Please read the [privacy policy](https://openai.com/policies/privacy-policy) of OpenAI,
|
Please read the [privacy policy](https://openai.com/policies/privacy-policy) of OpenAI,
|
||||||
and perhaps [this article](https://katedowninglaw.com/2023/03/10/openais-massive-data-grab/)
|
and perhaps [this article](https://katedowninglaw.com/2023/03/10/openais-massive-data-grab/)
|
||||||
|
|
|
@ -2810,12 +2810,11 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
<p>OpenAI isn’t very fast, so be patient. Sometimes a timeout error occurs because the app is not receiving a response from OpenAI.</p>
|
<p>OpenAI isn’t very fast, so be patient. Sometimes a timeout error occurs because the app is not receiving a response from OpenAI.</p>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
<p>Depending on the ChatGPT account (free or paid) there are usage limits. If you exceed the limit, there will be an error message like this:</p>
|
<p>If you exceed <a href="https://platform.openai.com/docs/guides/rate-limits">your usage limit</a>, there will be an error message like this:</p>
|
||||||
<p><em>Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details</em></p>
|
<p><em>Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details</em></p>
|
||||||
<p>Note that you are required to switch to a paid plan after the testing period.</p>
|
<p>Note that you are required to switch to a <a href="https://openai.com/api/pricing/">paid plan</a> after the testing period.</p>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
<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>You can select the <a href="https://platform.openai.com/docs/models/overview">model</a>, and configure the <a href="https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature">temperature</a>.</p>
|
||||||
<p>If you have access to GPT-4 (<a href="https://platform.openai.com/docs/guides/rate-limits/usage-tiers?context=tier-one">Tier 1</a> or higher), you can change the model name to <a href="https://platform.openai.com/docs/models/gpt-4o">gpt-4o</a> in the integration settings.</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>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>FairEmail does not use third-party libraries to avoid being tracked when OpenAI is not being used.</p>
|
||||||
<p><br></p>
|
<p><br></p>
|
||||||
|
|
Loading…
Reference in a new issue