mirror of https://gitlab.com/bashrc2/epicyon
Another chatbot
parent
585e2c8f04
commit
7d036936dc
2
utils.py
2
utils.py
|
|
@ -4164,7 +4164,7 @@ def load_instance_software(base_dir: str) -> []:
|
||||||
def chatbot_nicknames() -> []:
|
def chatbot_nicknames() -> []:
|
||||||
"""Returns a list of common chatbot usernames/nicknames
|
"""Returns a list of common chatbot usernames/nicknames
|
||||||
"""
|
"""
|
||||||
return ('gemini', 'chatgpt')
|
return ('gemini', 'chatgpt', 'copilot')
|
||||||
|
|
||||||
|
|
||||||
def get_event_categories() -> []:
|
def get_event_categories() -> []:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue