Skip to content

Commit b746d8d

Browse files
author
Shubham Badgujar
committed
resolved #1
Added an installation instruction
1 parent 48fb8b2 commit b746d8d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,34 @@ The Writer AI plugin for Inkdrop adds artificial intelligence (AI) functionality
1919
To use this plugin, you need to have the following software installed on your local system:
2020

2121
- Inkdrop
22+
- Nodejs
2223
- [Dalai](https://github.com/cocktailpeanut/dalai) (make sure Dalai server is on and you have alpaca 7B modal installed)
2324

2425

26+
## Installation
27+
1. ### Get Plugin First
28+
install [Writer-AI](https://my.inkdrop.app/plugins/writer-ai) in you inkdrop
29+
30+
2. ### Install Model(s)
31+
32+
We will install Alpaca Model 7B you can Install other models (7B 13B 65B) (You can select a model to use from the plugin settings default:Alpaca7B)
33+
```
34+
# Install alpaca 7B model
35+
npx dalai alpaca install 7B
36+
```
37+
38+
2. ### Start Dalai server (You have to start the server every time you wanna use writer-ai)
39+
Run this command - this starts the socket Io server on "localhost:3000"
40+
```
41+
# Run dalai server
42+
npx dalai serve
43+
```
44+
45+
46+
47+
48+
49+
2550
## Keybindings
2651
2752
| Keybinding | Description |

0 commit comments

Comments
 (0)