FEATURE: Make emotion analysis enabled by default (#732)
This commit is contained in:
parent
c16c622b53
commit
d4c90bc2ba
|
@ -66,7 +66,7 @@ discourse_ai:
|
||||||
ai_sentiment_models:
|
ai_sentiment_models:
|
||||||
type: list
|
type: list
|
||||||
list_type: compact
|
list_type: compact
|
||||||
default: "emotion"
|
default: "emotion|sentiment"
|
||||||
allow_any: false
|
allow_any: false
|
||||||
choices:
|
choices:
|
||||||
- sentiment
|
- sentiment
|
||||||
|
|
Loading…
Reference in New Issue