Updated FAQ

This commit is contained in:
M66B 2024-05-29 19:26:21 +02:00
parent 9581f18a35
commit 03710d9249
2 changed files with 7 additions and 5 deletions

9
FAQ.md
View File

@ -5596,13 +5596,14 @@ OpenAI can only be used if configured and enabled.
*Editor* *Editor*
Tap on the robot button in the top action bar of the message editor. Tap on the robot button in the top action bar of the message editor.
The text in the message editor (if any) and the first part of the message being replied to (if any) If the text in the message editor is empty, the message being replied to will be answered (using the configured answer prompt),
will be used for [chat completion](https://platform.openai.com/docs/guides/chat/introduction). else the entered text will be sent, which could be a question or command.
If text is selected in the message editor, only the selected text will be used, and it will be replaced by the answer. If you select entered text, it will be replaced by the answer.
A maximum of 1,000 characters of the message being replied to will be used to avoid exceeding the token limit.
For example: create a new draft and enter the text "*How far is the sun?*", and tap on the robot button in the top action bar. For example: create a new draft and enter the text "*How far is the sun?*", and tap on the robot button in the top action bar.
Since version 1.2191 it is possible to define AI templates, which you can select after tapping on the robot icon.
<br> <br>
*Summarize* (since version 1.2178) *Summarize* (since version 1.2178)

View File

@ -2807,8 +2807,9 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p><br></p> <p><br></p>
<p><strong>Usage</strong></p> <p><strong>Usage</strong></p>
<p><em>Editor</em></p> <p><em>Editor</em></p>
<p>Tap on the robot button in the top action bar of the message editor. The text in the message editor (if any) and the first part of the message being replied to (if any) will be used for <a href="https://platform.openai.com/docs/guides/chat/introduction">chat completion</a>. If text is selected in the message editor, only the selected text will be used, and it will be replaced by the answer. A maximum of 1,000 characters of the message being replied to will be used to avoid exceeding the token limit.</p> <p>Tap on the robot button in the top action bar of the message editor. If the text in the message editor is empty, the message being replied to will be answered (using the configured answer prompt), else the entered text will be sent, which could be a question or command. If you select entered text, it will be replaced by the answer.</p>
<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>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>Since version 1.2191 it is possible to define AI templates, which you can select after tapping on the robot icon.</p>
<p><br></p> <p><br></p>
<p><em>Summarize</em> (since version 1.2178)</p> <p><em>Summarize</em> (since version 1.2178)</p>
<p>You can request a summary via the horizontal three-dots button just above the message text. It is possible to configure a button for this (a robot icon).</p> <p>You can request a summary via the horizontal three-dots button just above the message text. It is possible to configure a button for this (a robot icon).</p>