Skip to content

Commit

Permalink
Terminal: Removed errors on boot showing the currently selected llm p…
Browse files Browse the repository at this point in the history
…atterns
  • Loading branch information
mostlikely4r committed Nov 30, 2024
1 parent cd0f184 commit 4f37b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/PlayerbotAIConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ bool PlayerbotAIConfig::Initialize()
llmResponseDeletePattern = config.GetStringDefault("AiPlayerbot.LLMResponseDeletePattern", R"((\\n|<sender name>:))");
llmResponseSplitPattern = config.GetStringDefault("AiPlayerbot.LLMResponseSplitPattern", R"((\*.*?\*)|(\[.*?\])|(\'.*\')|([^\*\[\] ][^\*\[\]]+?[.?!]))");

if (true) //Disable for release
if (false) //Disable for release
{
sLog.outError("# AiPlayerbot.LLMResponseStartPattern = %s", llmResponseStartPattern.c_str());
sLog.outError("# AiPlayerbot.LLMResponseEndPattern = %s", llmResponseEndPattern.c_str());
Expand Down

0 comments on commit 4f37b2f

Please sign in to comment.