-
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1859 i18n: add more webpage translation
Signed-off-by: Patrizio Bekerle <[email protected]>
- Loading branch information
Showing
8 changed files
with
65 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
# AI support | ||
# AI 지원 | ||
|
||
You can opt-in to use your favorite AI model (LLM) to help you with your notes. | ||
There is built-in support for **[Groq](https://groq.com/)** (because you can get free API keys) and **[OpenAI](https://openai.com/)**, | ||
but the internal API is designed to be easily extendable to other AI models with scripts. | ||
There are several AI backend integrations scripts available in the script repository to get you started. | ||
좋아하는 AI 모델 (LLM)을 사용하여 노트 작성을 도와드릴 수 있습니다. | ||
**[Groq](https://groq.com/)** (무료 API 키를 받을 수 있기 때문에) 및 **[OpenAI](https://openai.com/)** 에 대한 기본 지원이 있습니다 | ||
하지만 내부 API는 스크립트를 사용하는 다른 AI 모델로 쉽게 확장할 수 있도록 설계되었습니다. | ||
스크립트 저장소에는 시작할 수 있도록 여러 AI 백엔드 통합 스크립트가 있습니다. | ||
|
||
:::tip | ||
The **OpenAI completion API** was implemented to be used in **scripts**. | ||
This way you can do whatever you want and experiment with it. | ||
\*OpenAI completion API\*\*는 **scripts**에서 사용하도록 구현되었습니다. | ||
이렇게 하면 원하는 것을 무엇이든 할 수 있고 실험할 수 있습니다. | ||
::: | ||
|
||
- There is an **AI toolbar** and a section in the **Edit main menu**, where can turn | ||
the service on, and you can select the AI backend and model | ||
- You can add an [OpenAI](https://openai.com/) and [Groq](https://groq.com/) API key in the new **AI settings** | ||
- Look for more **AI backend integrations**, like _Ollama_ and _llama.cpp_ in the script repository | ||
- Use the new `script.aiComplete(prompt)` scripting command to your own imagination | ||
- For more information please take a look at the | ||
- **AI 도구 모음**과 **편집 기본 메뉴**에 서비스를 켤 수 있는 섹션이 있으며, AI 백엔드와 모델을 선택할 수 있습니다 | ||
- 새로운 **AI 설정**에서 [OpenAI](https://openai.com/) 및 [Groq](https://groq.com/) API 키를 추가할 수 있습니다 | ||
- 스크립트 저장소에서 _Ollama_ 및 _llama.cpp_와 같은 **AI 백엔드 통합**을 더 찾아보세요 | ||
- 새로운 `script.aiComplete(prompt)` 스크립팅 명령을 자신의 상상력에 맞게 사용하세요 | ||
- 자세한 내용은 다음을 참조하시기 바랍니다 | ||
[Scripting documentation](../scripting/methods-and-objects.md#use-a-completion-prompt-on-the-currently-selected-ai-model) | ||
- In the **script repository**, as a first step, there is a script | ||
[AI Autocompletion](https://github.com/qownnotes/scripts/tree/master/ai-autocompletion), | ||
that uses the selected AI model to **autocomplete the current selection** in the note text edit, | ||
and a script [AI Text Tool](https://github.com/qownnotes/scripts/tree/master/ai-text-tool), | ||
that uses the selected AI model to **process the current selection** in the note text edit, | ||
for example to summarize it, to translate it or to fix typos and grammar errors | ||
- **스크립트 저장소**에서는 첫 번째 단계로 스크립트가 있습니다 | ||
[AI 자동 완성](https://github.com/qownnotes/scripts/tree/master/ai-autocompletion), | ||
선택한 AI 모델을 사용하여 노트 텍스트 편집에서 **현재 선택을 자동으로 완료**합니다, | ||
스크립트 [AI 텍스트 도구](https://github.com/qownnotes/scripts/tree/master/ai-text-tool), | ||
선택된 AI 모델을 사용하여 노트 텍스트 편집에서 **현재 선택**을 처리합니다, | ||
예를 들어 요약하거나 번역하거나 오타와 문법 오류를 수정하는 것입니다 | ||
|
||
![ai-settings](/img/editor/ai-settings.webp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
# AI support | ||
# AI-ondersteuning | ||
|
||
You can opt-in to use your favorite AI model (LLM) to help you with your notes. | ||
There is built-in support for **[Groq](https://groq.com/)** (because you can get free API keys) and **[OpenAI](https://openai.com/)**, | ||
but the internal API is designed to be easily extendable to other AI models with scripts. | ||
There are several AI backend integrations scripts available in the script repository to get you started. | ||
Je kunt ervoor kiezen om je favoriete AI-model (LLM) te gebruiken om je te helpen met je notities. | ||
Er is ingebouwde ondersteuning voor **[Groq](https://groq.com/)** (omdat je gratis API-sleutels kunt krijgen) en **[OpenAI](https://openai.com/)**, maar de interne API is ontworpen om gemakkelijk uit te breiden naar andere AI-modellen met scripts. | ||
Er zijn verschillende scripts voor AI-backend-integraties beschikbaar in de script-opslagplaats om je op weg te helpen. | ||
|
||
:::tip | ||
The **OpenAI completion API** was implemented to be used in **scripts**. | ||
This way you can do whatever you want and experiment with it. | ||
De **OpenAI-voltooiings-API** is geïmplementeerd om te worden gebruikt in **scripts**. | ||
Zo kun je doen wat je wilt en ermee experimenteren. | ||
::: | ||
|
||
- There is an **AI toolbar** and a section in the **Edit main menu**, where can turn | ||
the service on, and you can select the AI backend and model | ||
- You can add an [OpenAI](https://openai.com/) and [Groq](https://groq.com/) API key in the new **AI settings** | ||
- Look for more **AI backend integrations**, like _Ollama_ and _llama.cpp_ in the script repository | ||
- Use the new `script.aiComplete(prompt)` scripting command to your own imagination | ||
- For more information please take a look at the | ||
[Scripting documentation](../scripting/methods-and-objects.md#use-a-completion-prompt-on-the-currently-selected-ai-model) | ||
- In the **script repository**, as a first step, there is a script | ||
[AI Autocompletion](https://github.com/qownnotes/scripts/tree/master/ai-autocompletion), | ||
that uses the selected AI model to **autocomplete the current selection** in the note text edit, | ||
and a script [AI Text Tool](https://github.com/qownnotes/scripts/tree/master/ai-text-tool), | ||
that uses the selected AI model to **process the current selection** in the note text edit, | ||
for example to summarize it, to translate it or to fix typos and grammar errors | ||
- Er is een **AI-werkbalk** en een sectie in het **Hoofdmenu bewerken**, waar je de service aan kunt zetten, en de AI-backend en het AI-model selecteren | ||
- Je kunt een [OpenAI](https://openai.com/) en [Groq](https://groq.com/) API-sleutel toevoegen in de nieuwe **AI-instellingen** | ||
- Zoek naar meer **AI-backend-integraties**, zoals _Ollama_ en _llama.cpp_ in de script-opslagplaats | ||
- Gebruik het nieuwe scriptcommando 'script.aiComplete(prompt)' naar je eigen idee | ||
- Voor meer informatie kun je de | ||
[Documentatie voor scripts](.. /scripting/methods-and-objects.md#use-a-completion-prompt-on-the-currently-selected-ai-model) bestuderen | ||
- In de **script-opslagplaats** is er om te beginnen een script | ||
[AI-automatische voltooiing](https://github.com/qownnotes/scripts/tree/master/ai-autocompletion), | ||
die het geselecteerde AI-model gebruikt om **de huidige selectie automatisch aan te vullen** in de tekstbewerking van de notitie, | ||
en een script [AI Text Tool](https://github.com/qownnotes/scripts/tree/master/ai-text-tool), | ||
die het geselecteerde AI-model gebruikt om **de huidige selectie te verwerken** in de tekstbewerking van de notitie, | ||
bijvoorbeeld om het samen te vatten, te vertalen of om typefouten en grammaticale fouten te herstellen | ||
|
||
![ai-settings](/img/editor/ai-settings.webp) | ||
![ai-instellingen](/img/editor/ai-settings.webp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters