Updated FAQ

This commit is contained in:
M66B 2023-11-02 17:44:06 +01:00
parent 6c2b2ae45a
commit 1143f72660
2 changed files with 15 additions and 0 deletions

10
FAQ.md
View File

@ -5389,6 +5389,16 @@ For example: create a new draft and enter the text "*How far is the sun?*", and
OpenAI isn't very fast, so be patient. Sometimes a timeout error occurs because the app is not receiving a response from OpenAI.
<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:
*Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details*
In this case, you'll either need to wait, or upgrade your ChatGPT plan.
<br>
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 enable [moderation](https://platform.openai.com/docs/api-reference/moderations) in the miscellaneous-settings tab page.

View File

@ -2675,6 +2675,11 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p>For example: create a new draft and enter the text “<em>How far is the sun?</em>”, and tap on the robot button in the top action bar.</p>
<p><br></p>
<p>OpenAI isnt 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>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><em>Error 429: Too Many Requests insufficient_quota: You exceeded your current quota, please check your plan and billing details</em></p>
<p>In this case, youll either need to wait, or upgrade your ChatGPT plan.</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 miscellaneous-settings tab page.</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 miscellaneous-settings tab page. 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>