diff --git a/FAQ.md b/FAQ.md
index c005d0f07c..26a7177aef 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -5607,20 +5607,16 @@ OpenAI isn't very fast, so be patient. Sometimes a timeout error occurs because
-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*
-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.
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 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.
+and configure the [temperature](https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature).
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/)
diff --git a/index.html b/index.html
index 24be1d7423..a2ae127f3b 100644
--- a/index.html
+++ b/index.html
@@ -2810,12 +2810,11 @@ adb install /path/to/FairEmail-xxx.apk
OpenAI isn’t very fast, so be patient. Sometimes a timeout error occurs because the app is not receiving a response from OpenAI.
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, 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
-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 after the testing period.
You can select the model, configure the temperature and enable moderation in the integration settings.
-If you have access to GPT-4 (Tier 1 or higher), you can change the model name to gpt-4o in the integration settings.
+You can select the model, and configure the temperature.
Please read the privacy policy of OpenAI, and perhaps this article and this article too.
FairEmail does not use third-party libraries to avoid being tracked when OpenAI is not being used.