Skip to content

Commit

Permalink
AI-Talk: Disable AI post process by default. v5.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 24, 2024
1 parent 741d859 commit d9fb87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/live-room.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func NewAssistant(opts ...func(*SrsAssistant)) *SrsAssistant {

v.AIASREnabled = true
v.AIChatEnabled = true
v.AIPostEnabled = true
v.AIPostEnabled = false
v.AITTSEnabled = true

for _, opt := range opts {
Expand Down

0 comments on commit d9fb87b

Please sign in to comment.