mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Updated FAQ
This commit is contained in:
parent
55b89404f5
commit
4fc5763ae1
2 changed files with 16 additions and 0 deletions
9
FAQ.md
9
FAQ.md
|
@ -5863,6 +5863,15 @@ Note that you are required to switch to a [paid plan](https://openai.com/api/pri
|
|||
|
||||
<br>
|
||||
|
||||
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.
|
||||
|
||||
<br>
|
||||
|
||||
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).
|
||||
|
||||
|
|
|
@ -2943,6 +2943,13 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<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 <a href="https://openai.com/api/pricing/">paid plan</a> after the testing period.</p>
|
||||
<p><br></p>
|
||||
<p>An alternative to OpenAI is using <a href="https://groq.com/">Groq</a>.</p>
|
||||
<ul>
|
||||
<li>Endpoint: <strong>https://api.groq.com/openai/v1/</strong></li>
|
||||
<li>Suggested model: <strong>gemma-7b-it</strong></li>
|
||||
</ul>
|
||||
<p>It’s faster and free to use for now.</p>
|
||||
<p><br></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>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>
|
||||
|
|
Loading…
Reference in a new issue