From 81eb9ff171ce468a79dd41a108466f954138ca76 Mon Sep 17 00:00:00 2001 From: kujirahand Date: Sat, 10 Feb 2024 16:31:48 +0900 Subject: [PATCH] add README AI features --- README-ja.md | 10 +++++++++- README.md | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 210342c..69ef6c8 100644 --- a/README-ja.md +++ b/README-ja.md @@ -66,9 +66,17 @@ console.log('hello'); }}} ``` +## 記法はKonawikiとMarkdownを切り替えて使える! + オプションで、Markdownに切り替えもできるので、好きな記法で書けるのがKonaWikiの良いところです! -## Konawiki3のインストールの仕方 +## AIによる執筆サポート機能を実装 + +AIによる執筆サポート機能を実装しています。テキストの要約や文章校正、文章の言い換え、続きの自動執筆など、AIによる執筆支援を利用できます。 +[ChatGPTのAPIキー](https://platform.openai.com/api-keys)を取得して、Konawikiの設定画面に指定するだけで、AI支援機能を利用できます。 + + +# Konawiki3のインストールの仕方 Gitコマンドが使えるなら、コマンド一発で設置が可能ですし、 [releases](https://github.com/kujirahand/konawiki3/releases)からZIPでダウンロードしてFTPSなどでアップロードして動かすこともできます。 diff --git a/README.md b/README.md index 0c18b4c..3129369 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ console.log('hello'); }}} ``` +### AI Writing Assistance Features + +We are implementing AI writing assistance features. These include summarizing texts, proofreading, rephrasing sentences, and automatically continuing writing, among others. +By obtaining a [ChatGPT API key](https://platform.openai.com/api-keys) and specifying it in the Konawiki settings, users can access AI support functions. + # How to install Konawiki3 [Use Git command]