Skip to content

Commit

Permalink
docs: update features
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Dec 17, 2023
1 parent ddd5e5c commit c1e776c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions help/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,15 +571,13 @@ test 3
:::
::::

## OpenAI Auto Completion
## AI Copilot

Yank Note integrates with [OpenAI](https://openai.com), press `[= $ctx.keybinding.getKeysLabel('plugin.editor-openai.trigger') =]` to trigger intelligent completion (If text is selected, only the selected text is submitted to AI for calculation).
Yank Note integrates with artificial intelligence platforms such as [OpenAI](https://openai.com) and [Google AI](https://ai.google.dev/), enabling features like intelligent autocompletion and text rewriting.

Note: OpenAI API token needs to be obtained by yourself.
Note: You need to obtain the relevant API tokens yourself.

> *<a href="javascript: ctx.showExtensionManager('@yank-note/extension-openai')">Requires OpenAI extension installed and enabled</a>*
<video src="./openai.mp4" height="200" controls></video>
> *<a href="javascript: ctx.showExtensionManager('@yank-note/extension-openai')">Requires AI Copilot extension installed and enabled</a>*
## Front Matter

Expand Down
10 changes: 4 additions & 6 deletions help/FEATURES_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,15 +569,13 @@ test 3
:::
::::

## OpenAI 自动补全
## AI Copilot 人工智能写作助手

Yank Note 接入了 [OpenAI](https://openai.com),可以按下 `[= $ctx.keybinding.getKeysLabel('plugin.editor-openai.trigger') =]` 即可实现智能补全(如果选中了文字,则只将选中的文字提交给 AI 计算)。
Yank Note 接入了 [OpenAI](https://openai.com)[Google AI](https://ai.google.dev/) 等人工智能平台,可以使用人工智能进行智能补全、文本重写等功能

注:OpenAI API token 需要你自行获取。
注:相关 API token 需要你自行获取。

> *<a href="javascript: ctx.showExtensionManager('@yank-note/extension-openai')">需要安装并启用 OpenAI 扩展</a>*
<video src="./openai.mp4" height="200" controls></video>
> *<a href="javascript: ctx.showExtensionManager('@yank-note/extension-ai-copilot')">需要安装并启用 AI Copilot 扩展</a>*
## Front Matter

Expand Down
Binary file removed help/openai.mp4
Binary file not shown.

0 comments on commit c1e776c

Please sign in to comment.