randydev commited on
Commit
023f3be
·
verified ·
1 Parent(s): db61d31

Update akn/Meta/meta_ai.py

Browse files
Files changed (1) hide show
  1. akn/Meta/meta_ai.py +0 -2
akn/Meta/meta_ai.py CHANGED
@@ -31,7 +31,6 @@ import datetime
31
 
32
  from huggingface_hub import InferenceClient
33
 
34
- from . import force_sub
35
 
36
  SYSTEM_PROMPT = f"""
37
  Your name is Randy Dev. A kind and friendly AI assistant that answers in a short and concise answer.
@@ -90,7 +89,6 @@ async def startbot(client: Client, message: Message):
90
  & filters.command(["ask"])
91
  & ~filters.forwarded
92
  )
93
- @force_sub
94
  async def askcmd(client: Client, message: Message):
95
  if len(message.command) > 1:
96
  prompt = message.text.split(maxsplit=1)[1]
 
31
 
32
  from huggingface_hub import InferenceClient
33
 
 
34
 
35
  SYSTEM_PROMPT = f"""
36
  Your name is Randy Dev. A kind and friendly AI assistant that answers in a short and concise answer.
 
89
  & filters.command(["ask"])
90
  & ~filters.forwarded
91
  )
 
92
  async def askcmd(client: Client, message: Message):
93
  if len(message.command) > 1:
94
  prompt = message.text.split(maxsplit=1)[1]