Skip to content

Commit

Permalink
Add toggle for disabling emotes from LLM response
Browse files Browse the repository at this point in the history
  • Loading branch information
MinLL authored Oct 18, 2024
1 parent 6187fcb commit 7bcef5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minai_plugin/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
// Set this to force the xtts server to be the same for all profiles
$GLOBALS["xtts_server_override"] = "";

// Cleanup emotes like *smirking* from the LLM's response. Disabled by default as some LLM's use *'s for quotes.
$GLOBALS["strip_emotes_from_output"] = false;

// How many seconds after player input should radiant dialogue be blocked?
// This is intended to prevent the situation where the player begins talking, and a radiant conversation is
// triggered before the LLM and TTS have finished with rthe response. For radiant dialogue frequency configuration,
Expand Down

0 comments on commit 7bcef5e

Please sign in to comment.