Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,15 +60,15 @@ async def uptime(ctx):
|
|
| 60 |
|
| 61 |
await ctx.reply(embed=embed)
|
| 62 |
|
| 63 |
-
|
| 64 |
-
async def ai(ctx, *, input_text: str):
|
| 65 |
-
"""Ask our AI model a question."""
|
| 66 |
-
|
| 67 |
#result = ask(input_text)
|
| 68 |
-
|
| 69 |
|
| 70 |
# Reply with the embed
|
| 71 |
-
|
| 72 |
|
| 73 |
|
| 74 |
@bot.command()
|
|
|
|
| 60 |
|
| 61 |
await ctx.reply(embed=embed)
|
| 62 |
|
| 63 |
+
#@bot.command()
|
| 64 |
+
#async def ai(ctx, *, input_text: str):
|
| 65 |
+
# """Ask our AI model a question."""
|
| 66 |
+
# async with ctx.typing():
|
| 67 |
#result = ask(input_text)
|
| 68 |
+
# result = "the ai is disabled currently"
|
| 69 |
|
| 70 |
# Reply with the embed
|
| 71 |
+
# await ctx.reply(result)
|
| 72 |
|
| 73 |
|
| 74 |
@bot.command()
|