Update app.py
Browse files
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 -
|
| 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
|
| 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 |
)
|