mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
21 lines
671 B
Markdown
21 lines
671 B
Markdown
<img src="https://github.com/syuilo/ai/blob/master/ai.png?raw=true" align="right" height="320px"/>
|
|
|
|
# 藍
|
|
Misskeyのための日本語AI。[藍について](./torisetu.md)
|
|
|
|
## インストール
|
|
> Node.jsとnpmがインストールされている必要があります。
|
|
|
|
まず適当なディレクトリに `git clone` します。
|
|
次にそのディレクトリに `config.json` を作成します。中身は次のようにします:
|
|
```
|
|
{
|
|
"host": "あなたのインスタンスのURL",
|
|
"i": "藍として動かしたいアカウントのAPIキー"
|
|
}
|
|
```
|
|
`npm install` して `npm run build` して `node built` すれば起動できます
|
|
|
|
## ライセンス
|
|
MIT
|