Skip to content

minor changes in the README.md file, such as correcting typos #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bash setup.sh

* Put the Keys in settings

**NOTE:** *For better exprerience, before you start the application you can put the free KEYs in the settings.py*
**NOTE:** *For better experience, before you start the application you can put the free KEYs in the settings.py*

```bash
nano Jarvis/src/jarvis/jarvis/setting.py
Expand All @@ -96,7 +96,7 @@ bash run_jarvis.sh

### How to add a new Skill to assistant
You can easily add a new skill in two steps.
* Create a new configurationin SKILLS in **skills/registry.py**
* Create a new configuration SKILLS in **skills/registry.py**
```python
{
'enable': True,
Expand All @@ -107,7 +107,7 @@ You can easily add a new skill in two steps.
```
* Create a new skill module in **skills/collection**

### Desicion Model
### Decision Model
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png)

### Extract skill
Expand Down