Skip to content

Commit

Permalink
list<Emotion> (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlt authored Dec 16, 2024
1 parent a3cfac2 commit 96b8e3a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions fern/definition/tts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ types:
Controls:
properties:
speed: Speed
emotion: Emotion
emotion: list<Emotion>

Speed:
docs: |
Expand Down Expand Up @@ -445,8 +445,6 @@ types:
name: ANGER_LOWEST
- value: anger:low
name: ANGER_LOW
- value: anger
name: ANGER_NORMAL
- value: anger:high
name: ANGER_HIGH
- value: anger:highest
Expand All @@ -455,8 +453,6 @@ types:
name: POSITIVITY_LOWEST
- value: positivity:low
name: POSITIVITY_LOW
- value: positivity
name: POSITIVITY_NORMAL
- value: positivity:high
name: POSITIVITY_HIGH
- value: positivity:highest
Expand All @@ -471,12 +467,8 @@ types:
name: SADNESS_LOWEST
- value: sadness:low
name: SADNESS_LOW
- value: sadness
name: SADNESS_NORMAL
- value: curiosity:low
name: CURIOSITY_LOW
- value: curiosity
name: CURIOSITY_NORMAL
- value: curiosity:high
name: CURIOSITY_HIGH
- value: curiosity:highest
Expand Down

0 comments on commit 96b8e3a

Please sign in to comment.