From caef8803f23a9169f90c8b3426c4873eaea88f92 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 13 May 2024 23:18:43 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 9476ce5671..c005d0f07c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5619,8 +5619,8 @@ 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, you can change the model name to [gpt-4](https://platform.openai.com/docs/models/gpt-4) in the integration settings. -There is currently a [waitlist](https://openai.com/waitlist/gpt-4-api) for API GPT-4 access. +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, and perhaps [this article](https://katedowninglaw.com/2023/03/10/openais-massive-data-grab/) diff --git a/index.html b/index.html index b04395b3ad..24be1d7423 100644 --- a/index.html +++ b/index.html @@ -2815,7 +2815,7 @@ adb install /path/to/FairEmail-xxx.apk

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, you can change the model name to gpt-4 in the integration settings. There is currently a waitlist for API GPT-4 access.

+

If you have access to GPT-4 (Tier 1 or higher), you can change the model name to gpt-4o in the integration settings.

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.