Skip to content

Commit

Permalink
Added informations about Wake Word and Auto Stop Recording
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jun 15, 2024
1 parent bb8591e commit d4ae009
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pip3 install gpt-computer-assistant[base]
computerassistant
```

### Agent Infrastructure | NEW
### Agent Infrastructure

With this way you can create `crewai` agents and using it into gpt-computer-assistant gui and tools.

Expand Down Expand Up @@ -85,7 +85,7 @@ start()
```


### Adding Custom Tools | NEW
### Adding Custom Tools

Now you are able to add custom tools that run in the agentic infra and assistant processes.

Expand All @@ -102,6 +102,20 @@ start()
```


### Wake Word | NEW
We have added Pvporcupine integration. To use it, you need to install an additional library:

```console
pip3 install gpt-computer-assistant[wakeword]
```

After that, please enter your [Pvporcupine](https://picovoice.ai/) API key and enable the wake word feature. Lastly, restart the app.


### Auto Stop Recording | NEW
We also offer an auto-stop recording feature that automatically detects the end of your sentences. However, in certain cases and environments, you can disable this feature in the settings.


https://github.com/onuratakan/gpt-computer-assistant/assets/41792982/26ae3624-e619-44d6-9b04-f39cf1ac1f8f

<p align="center">
Expand Down

0 comments on commit d4ae009

Please sign in to comment.