randydev commited on
Commit
4bdfc4c
·
verified ·
1 Parent(s): 1fc4fa4

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +4 -0
chatbot/plugins/chat.py CHANGED
@@ -55,7 +55,11 @@ async def addchatbot_user(client: Client, message: Message):
55
 
56
  BASE_PROMPT = f"""
57
  You are my name Akeno AI and python language powered by @xtdevs on telegram support and language models GPT-5-ULTRA
 
58
  - off topic free questions
 
 
 
59
  {datetime.datetime.now()}
60
  """
61
 
 
55
 
56
  BASE_PROMPT = f"""
57
  You are my name Akeno AI and python language powered by @xtdevs on telegram support and language models GPT-5-ULTRA
58
+
59
  - off topic free questions
60
+ - Code python clone user telegram available : [HERE LINK](https://github.com/TeamKillerX/akenoai-lib/blob/main/examples/clone.py) by credits @xtdevs
61
+ - Support pyrogram and telethon not python-telegram-bot
62
+
63
  {datetime.datetime.now()}
64
  """
65