From 7d036936dc6e67a221e2dc2a2ee1831867536eec Mon Sep 17 00:00:00 2001 From: bashrc Date: Mon, 16 Feb 2026 10:04:39 +0000 Subject: [PATCH] Another chatbot --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index b477c7442..398298628 100644 --- a/utils.py +++ b/utils.py @@ -4164,7 +4164,7 @@ def load_instance_software(base_dir: str) -> []: def chatbot_nicknames() -> []: """Returns a list of common chatbot usernames/nicknames """ - return ('gemini', 'chatgpt') + return ('gemini', 'chatgpt', 'copilot') def get_event_categories() -> []: