Skip to content

Commit

Permalink
AI Assist page
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakaemura committed Dec 10, 2024
1 parent 416107a commit 5e634df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions en/dlg/properties/ai_assist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ If this is checked, EmEditor will enable AI assisted writing.

## Show suggestion only on Ctrl+Space check box

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

## Confidence level slider

Use this slider to adjust the confidence level in AI decisions.
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.
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.
Use this slider to adjust the output length. Longer output text results in more words being suggested.

## Reset button

Expand Down
8 changes: 4 additions & 4 deletions ja/dlg/properties/ai_assist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

## \[Ctrl+Spaceでのみ提案を表示する\] チェック ボックス

これがチェックされていると、Ctrl+Spaceでのみ提案を表示します
これがチェックされていると、Ctrl+Space を押したときのみ提案テキストを表示されるようになり、OpenAI API を呼び出す回数を減らすことができます

## \[信頼度\] スライダ

このスライダを使って、AIの信頼度を調節することができます。
このスライダを使って、AIの信頼度を調節することができます。例えば、信頼度を 40% と指定している場合、AI は 40% 以上の予測確率で次のテキストを予測できる場合のみ、提案を表示します。このため、確実でない予測での提案を減らしたい場合には、80% などと高い信頼度にすれば、より確実に予測できる場合のみ提案が表示され、OpenAI API を呼び出す回数を減らすことができます。

## \[入力の長さ\] スライダ

このスライダを使って、入力の長さを調節することができます。
このスライダを使って、入力の長さを調節することができます。予測に使用する入力テキストは、長いほど予測の命中度を高めることができますが、OpenAI API の使用料は高くなります。

## \[出力の長さ\] スライダ

このスライダを使って、出力の長さを調節することができます。
このスライダを使って、出力の長さを調節することができます。出力テキストの長さは長いほど、より多くの単語が提案されるようになります。

## \[リセット\] ボタン

Expand Down

0 comments on commit 5e634df

Please sign in to comment.