diff --git a/FAQ.md b/FAQ.md index 833d794075..4492a05022 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5863,6 +5863,15 @@ Note that you are required to switch to a [paid plan](https://openai.com/api/pri
+An alternative to OpenAI is using [Groq](https://groq.com/). + +* Endpoint: **https://api.groq.com/openai/v1/** +* Suggested model: **gemma-7b-it** + +It's faster and free to use for now. + +
+ You can select the [model](https://platform.openai.com/docs/models/overview), and configure the [temperature](https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature). diff --git a/index.html b/index.html index 237ed41430..24b768dbf2 100644 --- a/index.html +++ b/index.html @@ -2943,6 +2943,13 @@ adb install /path/to/FairEmail-xxx.apk

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.


+

An alternative to OpenAI is using Groq.

+ +

It’s faster and free to use for now.

+


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.