File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Original file line number Diff line number Diff line change @@ -14,8 +14,18 @@ codeexplain.nvim is a NeoVim plugin that uses the powerful [GPT4ALL](https://gpt
14
14
15
15
## Installation
16
16
17
- ### Download the GPT4ALL model
17
+ ## Requirements
18
+ - NeoVim
19
+ - Python3
20
+ - langchain
21
+ - llama-cpp-python
22
+ - Pygments
23
+ - pynvim
18
24
25
+ ``` bash
26
+ pip install -r langchain==0.0.177 llama-cpp-python==0.1.48 Pygments==2.15.1 pynvim==0.4.3
27
+ ```
28
+ ### Download the GPT4ALL model
19
29
Before installing the plugin, download the GPT4ALL model and save it in your home directory:
20
30
21
31
``` bash
@@ -64,13 +74,6 @@ You can use the plugin by selecting a piece of code in Visual mode and running t
64
74
65
75
A new window will be opened in your NeoVim editor, displaying line-by-line explanations of the selected code and potential security vulnerabilities.
66
76
67
- ## Requirements
68
-
69
- - NeoVim
70
- - Python3
71
- - pynvim
72
- - langchain
73
- - pygments
74
77
75
78
## Contributions
76
79
You can’t perform that action at this time.
0 commit comments