lunarflu HF Staff commited on
Commit
a334f66
·
1 Parent(s): 364d3f0

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -604,7 +604,7 @@ async def falconprivate(ctx, *, prompt: str):
604
  output_text = data[-1][-1] # we output this as the bot
605
  falcon_dictionary[ctx.author.id] = full_generation # 1234567890: tmp12345678.json
606
  print(output_text)
607
- await ctx.reply(f"{output_text}")
608
 
609
  elif ctx.author.id in falcon_users:
610
  await ctx.reply(f"{ctx.author.mention}, you already have an existing conversation! ")
 
604
  output_text = data[-1][-1] # we output this as the bot
605
  falcon_dictionary[ctx.author.id] = full_generation # 1234567890: tmp12345678.json
606
  print(output_text)
607
+ await thread.send(f"{output_text}")
608
 
609
  elif ctx.author.id in falcon_users:
610
  await ctx.reply(f"{ctx.author.mention}, you already have an existing conversation! ")