File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ bash setup.sh
80
80
81
81
* Put the Keys in settings
82
82
83
- ** NOTE:** * For better exprerience , before you start the application you can put the free KEYs in the settings.py*
83
+ ** NOTE:** * For better experience , before you start the application you can put the free KEYs in the settings.py*
84
84
85
85
``` bash
86
86
nano Jarvis/src/jarvis/jarvis/setting.py
@@ -96,7 +96,7 @@ bash run_jarvis.sh
96
96
97
97
### How to add a new Skill to assistant
98
98
You can easily add a new skill in two steps.
99
- * Create a new configurationin SKILLS in ** skills/registry.py**
99
+ * Create a new configuration SKILLS in ** skills/registry.py**
100
100
``` python
101
101
{
102
102
' enable' : True ,
@@ -107,7 +107,7 @@ You can easily add a new skill in two steps.
107
107
```
108
108
* Create a new skill module in ** skills/collection**
109
109
110
- ### Desicion Model
110
+ ### Decision Model
111
111
![ alt text] ( https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png )
112
112
113
113
### Extract skill
You can’t perform that action at this time.
0 commit comments