Skip to content

Commit

Permalink
config: add new wake words
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Dec 28, 2023
1 parent bd5e34e commit 71a5b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/internal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ class WillowWakeMode(str, Enum):
_3CH_95 = '3CH_95'


# TODO: get from CF worker when we support full dynamic wake
class WillowWakeWord(str, Enum):
alexa = 'alexa'
computer = 'computer'
heywillow = "heywillow"
hiesp = 'hiesp'
hilexin = 'hilexin'
jarvis = 'jarvis'


class WillowConfig(BaseModel, validate_assignment=True):
Expand Down

0 comments on commit 71a5b7f

Please sign in to comment.