slight updates
This commit is contained in:
parent
ebdcbb8b12
commit
06bedf40d0
1 changed files with 7 additions and 2 deletions
|
@ -6,13 +6,13 @@ A simple piece of software i cooked up in a few hours because it would be funny
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
```
|
```sh
|
||||||
uv sync # sync dependencies (setup only)
|
uv sync # sync dependencies (setup only)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
```
|
```sh
|
||||||
uv run main.py
|
uv run main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -21,6 +21,11 @@ Press the hotkey (default is Home) and then talk to jarvis
|
||||||
### Supported Commands
|
### Supported Commands
|
||||||
|
|
||||||
- say something in team/match chat
|
- say something in team/match chat
|
||||||
|
- "Jarvis, say gg no heals in match chat"
|
||||||
|
- "jarvis, type gang what are we doing in chat"
|
||||||
- maximum pulse
|
- maximum pulse
|
||||||
|
- "jarvis, maximum pulse that family of four"
|
||||||
|
- "jarvis, murder that shark"
|
||||||
|
- "jarvis, remove his balls"
|
||||||
|
|
||||||
Checkout the code to see specific keywords/phrases as all NLP is regex/string based, not generative AI
|
Checkout the code to see specific keywords/phrases as all NLP is regex/string based, not generative AI
|
Loading…
Add table
Add a link
Reference in a new issue