Skip to content

Commit

Permalink
add README AI features
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Feb 10, 2024
1 parent a6fd80a commit 81eb9ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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などでアップロードして動かすこともできます。
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 81eb9ff

Please sign in to comment.