lunarflu HF Staff commited on
Commit
e2040bb
·
1 Parent(s): 6c72ff4

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ async def falcon(ctx, *, prompt: str):
417
  thread = await ctx.message.create_thread(name=f'{ctx.author}')
418
  #falcon_users = [ctx.author.id] + falcon_users # deprecated
419
  #falcon_threads = [thread.id] + falcon_threads # deprecated
420
- await thread.send(f"Thread created")
421
 
422
  # initial generation here
423
  chathistory = falconclient.predict(
 
417
  thread = await ctx.message.create_thread(name=f'{ctx.author}')
418
  #falcon_users = [ctx.author.id] + falcon_users # deprecated
419
  #falcon_threads = [thread.id] + falcon_threads # deprecated
420
+ await thread.send(f"[DISCLAIMER: HuggingBot is a **highly experimental** beta feature; The Falcon model and system prompt can be found here: https://huggingface.co/spaces/HuggingFaceH4/falcon-chat]")
421
 
422
  # initial generation here
423
  chathistory = falconclient.predict(