diff --git a/src/NadekoBot/Modules/Games/ChatterBot/_common/OfficialGptSession.cs b/src/NadekoBot/Modules/Games/ChatterBot/_common/OfficialGptSession.cs index d0d15b439..162eeef8d 100644 --- a/src/NadekoBot/Modules/Games/ChatterBot/_common/OfficialGptSession.cs +++ b/src/NadekoBot/Modules/Games/ChatterBot/_common/OfficialGptSession.cs @@ -47,7 +47,7 @@ public partial class OfficialGptSession : IChatterBotSession _maxHistory = chatHistory; _maxTokens = maxTokens; _minTokens = minTokens; - _nadekoUsername = nadekoUsername; + _nadekoUsername = UsernameCleaner().Replace(nadekoUsername, ""); _encoding = GptEncoding.GetEncodingForModel(_model); messages.Add(new() {