CryptoScoutv1 commited on
Commit
bdeef85
·
verified ·
1 Parent(s): 1b994cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,7 +60,7 @@ thread_to_client = {}
60
  thread_to_user = {}
61
 
62
  ## /echo command to return the llm repsonse ##
63
- @bot.hybrid_command(name="cryptoreport", description="Enter text a Cryptocurrency Symbol or name to build a report - Around 2 Minutes")
64
  async def chat(ctx, prompt: str):
65
  if ctx.author.id == bot.user.id:
66
  return
@@ -155,7 +155,7 @@ else:
155
  with gr.Blocks() as demo:
156
  gr.Markdown(
157
  f"""
158
- # Discord bot of CryptoSearch Portfolio Managment - Discord_CS_PM_Chatbot
159
  {welcome_message}
160
  """
161
  )
 
60
  thread_to_user = {}
61
 
62
  ## /echo command to return the llm repsonse ##
63
+ @bot.hybrid_command(name="cryptoreport", description="Enter text a Cryptocurrency Symbol or name to build a report - NOTE: Report takes about 2 Minutes")
64
  async def chat(ctx, prompt: str):
65
  if ctx.author.id == bot.user.id:
66
  return
 
155
  with gr.Blocks() as demo:
156
  gr.Markdown(
157
  f"""
158
+ # Discord bot of Crypto Scout - CrewAI - Crypto Research Report
159
  {welcome_message}
160
  """
161
  )