Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 13, 2024
1 parent c446486 commit 950fd85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This repository provides the `PersonaPipeline` for OpenVoiceOS (OVOS), which fac
## Features

- **Multiple Personas**: Manage a list of personas, each defined by a set of question-solving plugins.
- **Conversational**: Summon/Release persona on demand
- **Dynamic**: Switch personas on demand
- **Conversational**: Summon/Release personas to handle utterances instead of triggering intents
- **Personalize**: Create your own persona via .json files


Expand Down Expand Up @@ -71,7 +72,7 @@ The `PersonaService` class manages the overall persona system. It allows you to

> **NOT YET FUNCTIONAL** TODO: pending PR: https://github.com/OpenVoiceOS/ovos-core/pull/570
The configuration file can specify:
The `mycroft.conf` configuration file can specify:
- The path to persona files (`personas_path`).
- A list of blacklisted personas (`persona_blacklist`) to not load.
- The default persona (`default_persona`).
Expand Down

0 comments on commit 950fd85

Please sign in to comment.