File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,34 @@ The Writer AI plugin for Inkdrop adds artificial intelligence (AI) functionality
19
19
To use this plugin, you need to have the following software installed on your local system:
20
20
21
21
- Inkdrop
22
+ - Nodejs
22
23
- [ Dalai] ( https://github.com/cocktailpeanut/dalai ) (make sure Dalai server is on and you have alpaca 7B modal installed)
23
24
24
25
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
+
25
50
## Keybindings
26
51
27
52
| Keybinding | Description |
You can’t perform that action at this time.
0 commit comments