File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ bash setup.sh
8080
8181*  Put the Keys in settings
8282
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* 
8484
8585``` bash 
8686nano Jarvis/src/jarvis/jarvis/setting.py
@@ -96,7 +96,7 @@ bash run_jarvis.sh
9696
9797### How to add a new Skill to assistant  
9898You 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** 
100100``` python 
101101{ 
102102 ' enable' True ,
@@ -107,7 +107,7 @@ You can easily add a new skill in two steps.
107107``` 
108108*  Create a new skill module in ** skills/collection** 
109109
110- ### Desicion  Model 
110+ ### Decision  Model 
111111![ alt text] ( https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png ) 
112112
113113### Extract skill  
                         You can’t perform that action at this time. 
           
                  
0 commit comments