AI Assist page

The AI Assist page allows you to set properties related to AI assisted writing.

Enable AI-assisted writing checkbox

If this is checked, EmEditor will enable AI assisted writing.

Show suggestions only on Ctrl+Space checkbox

If this is checked, EmEditor will only show suggestions when you press the shortcut key, Ctrl+Space, which helps reduce the frequency of AI calls.

Show suggestions only when confident checkbox

If this is checked, the Confidence level slider becomes enabled.

Set the temperature checkbox

If this is checked, the temperature parameter becomes enabled to adjust the randomness. Not all AI models support this parameter.

Don't show suggestions after any of the following checkbox

If this is checked, EmEditor will not show suggestions when the cursor is after any of the following characters.

Confidence level slider

Use this slider to adjust the confidence level in AI decisions. For instance, if you set the confidence to 40%, the AI will show suggestions only when it predicts the next text with at least 40% confidence. To minimize suggestions from less certain predictions, you can set a higher confidence, like 80%, ensuring that suggestions are shown only when predictions are more reliable, thus reducing the number of OpenAI API calls.

Input length slider

Use this slider to adjust the input length. Using longer input text for predictions increases accuracy but also raises the OpenAI API usage fee.

Output length slider

Use this slider to adjust the output length. Longer output text results in more words being suggested.

Delay time slider

Use this slider to adjust the delay time. A longer delay time makes suggestions appear more slowly.

Additional instructions text box

Specifies additional instructions. For example, "Use JavaScript" or "Write politely".

Reset button

Resets to default settings. The Reset dialog box will be displayed and will allow you to copy from another configuration.

Notes

This page is available only when the ChatAI plugin is installed and enabled.